From d38386695cd267db6bbc9c286f17c73e185115a5 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 17:42:24 +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 2fd5218..0ae9713 100644 --- a/lasso.spec +++ b/lasso.spec @@ -1,6 +1,6 @@ Name: lasso Version: 2.8.2 -Release: 2 +Release: 3 Summary: Liberty Alliance Single Sign On License: GPLv2+ URL: http://lasso.entrouvert.org/ @@ -47,11 +47,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 @@ -99,6 +96,9 @@ fi %doc AUTHORS NEWS README %changelog +* Tue Aug 20 2024 guochaofan - 2.8.2-3 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Mon Jul 22 2024 yuanlipeng - 2.8.2-2 - Fix build failure due to automake upgrade -- Gitee