From 06b8184bbe27dfc87b316e7cbe47148d895a64fc Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 02:17:00 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sanlock.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sanlock.spec b/sanlock.spec index acb98de..acce579 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 3.8.5 -Release: 1 +Release: 2 Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ URL: https://pagure.io/sanlock/ @@ -32,12 +32,8 @@ Requires: %{name} = %{version}-%{release} The sanklock-devel package contains libraries and header files for developing applications that use sanlock. -%package help -Summary: maninfo for sanlock +%package_help Requires: %{name} = %{version}-%{release} - -%description help -The sanklock-help package contains maninfo for sanlock. %package -n python3-sanlock %{?python_provide:%python_provide python3-sanlock} @@ -152,6 +148,9 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %changelog +* Mon Aug 19 2024 Jiuwang He - 3.8.5-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Apr 12 2023 wangjie5911 - 3.8.5-1 - update to 3.8.5 and sync patch Add sanlk_reset command t options. -- Gitee