From 3138ec33bef184f79e73ce82ab66c1187f546267 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 01:53:29 +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 e5f2f4f..19b6ae7 100644 --- a/sdparm.spec +++ b/sdparm.spec @@ -1,6 +1,6 @@ Name: sdparm Version: 1.12 -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.12-3 +- Add Buildarch: noarch to the help subpackage + * Wed Oct 19 2022 Kunlin Yang - 1.12-2 - rebuild the version to 1.12-2 -- Gitee