From 27d8ffbcfedcda266d23b8a671f464df4c208b80 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 01:44:58 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage (cherry picked from commit 12c68607e564b275d8081e6de681abf3f9ef3457) --- sanlock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sanlock.spec b/sanlock.spec index 3de7914..065bd09 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 3.8.4 -Release: 3 +Release: 4 Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ URL: https://pagure.io/sanlock/ @@ -36,6 +36,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. @@ -153,6 +154,9 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %changelog +* Wed Aug 21 2024 Jiuwang He - 3.8.4-4 +- Add Buildarch: noarch to the help subpackage + * Wed Mar 08 2023 xu_ping - 3.8.4-3 - fix sanlk-reset -t command error. -- Gitee