From a5beb5fa3728f7281361194d3ca4efc09669164a Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 02:02:00 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sg3_utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 101381c..52ed3ad 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.48 -Release: 1 +Release: 2 Summary: Utilities that send SCSI commands to devices. License: GPL-2.0-or-later AND BSD URL: http://sg.danny.cz/sg/sg3_utils.html @@ -34,6 +34,7 @@ applications that want to make use of libsgutils. %package help Summary: Including man files for pciutils Requires: man +Buildarch: noarch %description help This contains man files for the using of pciutils. @@ -74,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Jiuwang He - 1.48-2 +- Add Buildarch: noarch to the help subpackage + * Fri Oct 27 2023 Paul Thomas - 1.48-1 - update to version 1.48 -- Gitee