From 03a750eb4729dd353edc2c5d67622a104279fd62 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 02:03:31 +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 1dd3372..d332e8c 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.46 -Release: 8 +Release: 9 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 @@ -40,6 +40,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. @@ -80,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Jiuwang He - 1.46-9 +- Add Buildarch: noarch to the help subpackage + * Fri Nov 4 2022 volcanodragon - 1.46-8 - backport speed multipath scan patches from mainline -- Gitee