From 7c4c295d0d110d1264c6a4607652d71d21d2e320 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 02:52:42 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- sdparm.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sdparm.spec b/sdparm.spec index e5f2f4f..fbc36f6 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 @@ -16,14 +16,9 @@ Commands associated with starting and stopping the medium; loading and unloading the medium; and other housekeeping function may also be issued by this utility. -%package help -Summary: Including man files for sdparm +%package_help Requires: man -%description help -This contains man files for the using of sdparm. - - %prep %autosetup -n %{name}-%{version} -p1 @@ -48,6 +43,9 @@ This contains man files for the using of sdparm. %changelog +* Mon Aug 19 2024 Jiuwang He - 1.12-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Oct 19 2022 Kunlin Yang - 1.12-2 - rebuild the version to 1.12-2 -- Gitee