From fba3c2832154afe833ab185ffc7c8d0cf19beba4 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 01:54:53 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sdparm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdparm.spec b/sdparm.spec index 5bf29bc..983ef4d 100644 --- a/sdparm.spec +++ b/sdparm.spec @@ -1,6 +1,6 @@ Name: sdparm Version: 1.11 -Release: 2 +Release: 3 Summary: Access and change parameters on device that supports SCSI protocol. License: BSD URL: http://sg.danny.cz/sg/sdparm.html @@ -19,6 +19,7 @@ and other housekeeping function may also be issued by this utility. %package help Summary: Including man files for sdparm Requires: man +Buildarch: noarch %description help This contains man files for the using of sdparm. @@ -48,6 +49,9 @@ This contains man files for the using of sdparm. %changelog +* Wed Aug 21 2024 Jiuwang He - 1.11-3 +- Add Buildarch: noarch to the help subpackage + * Tue Feb 9 2021 Zhiqiang Liu - 1.11-2 - set release num to 2 for CI -- Gitee