From 51761c2dce1a5aee13b1e53878e51f0ddff1360b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 14:44:26 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- lasso.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lasso.spec b/lasso.spec index dd15acb..3048419 100644 --- a/lasso.spec +++ b/lasso.spec @@ -1,6 +1,6 @@ Name: lasso Version: 2.7.0 -Release: 2 +Release: 3 Summary: Liberty Alliance Single Sign On License: GPLv2+ URL: http://lasso.entrouvert.org/ @@ -56,11 +56,8 @@ Requires: python3 lasso = %{version}-%{release} The package provide Python language bindings for the lasso (Liberty Alliance Single Sign On)library. -%package help -Summary: Help document for the lasso packages +%package_help -%description help -Help document for the lasso packages %prep %autosetup -n lasso-%{version} -p1 @@ -115,6 +112,10 @@ fi %doc AUTHORS NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 2.7.0-3 +- Replaces declaration of help subpackage with the 'package_help' marco. + + * Mon Aug 7 2023 suwei - 2.7.0-2 - add loongarch64 and sw_64 support -- Gitee