From 0c05c82ffe2727a50ba0e8064e64bb755ee27cff 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:41:18 +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 7ca358e..995d2fd 100644 --- a/lasso.spec +++ b/lasso.spec @@ -1,6 +1,6 @@ Name: lasso Version: 2.8.2 -Release: 1 +Release: 2 Summary: Liberty Alliance Single Sign On License: GPLv2+ URL: http://lasso.entrouvert.org/ @@ -46,11 +46,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 @@ -98,6 +95,9 @@ fi %doc AUTHORS NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 2.8.2-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Jul 6 2023 liyanan - 2.8.2-1 - Update to version 2.8.2 -- Gitee