From 850280de17615556ac196d29c1482433b78d4ca7 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 05:52:02 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sanlock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sanlock.spec b/sanlock.spec index 5ec9954..2debf2f 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/ @@ -35,6 +35,7 @@ for developing applications that use sanlock. %package help Summary: maninfo for sanlock Requires: %{name} = %{version}-%{release} +Buildarch: noarch %description help The sanklock-help package contains maninfo for sanlock. @@ -152,6 +153,9 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %changelog +* Wed Aug 21 2024 Jiuwang He - 3.8.5-2 +- Add Buildarch: noarch to the help subpackage + * Wed Apr 12 2023 wangjie5911 - 3.8.5-1 - update to 3.8.5 and sync patch Add sanlk_reset command t options. -- Gitee