From 9dfe608f54da6b86ae7522b741307895af466d4b 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:42:51 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- lasso.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lasso.spec b/lasso.spec index c91e32a..564d8fd 100644 --- a/lasso.spec +++ b/lasso.spec @@ -1,6 +1,6 @@ Name: lasso Version: 2.7.0 -Release: 1 +Release: 2 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 @@ -111,6 +108,9 @@ fi %doc AUTHORS NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 2.7.0-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Mon Oct 17 2022 wangkai - 2.7.0-1 - Upgrade to 2.7.0 -- Gitee