From 5c83739e0e8e5fb20376f7bf6e470e88d6c53cae Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 03:25:31 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- smartmontools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/smartmontools.spec b/smartmontools.spec index 7b67ca1..8b92db3 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -1,6 +1,6 @@ Name: smartmontools Version: 7.2 -Release: 2 +Release: 3 Epoch: 1 Summary: S.M.A.R.T. utility toolset License: GPLv2+ @@ -29,6 +29,7 @@ drive and to predict drive failures. %package help Summary: Including man files for smartmontools Requires: man +Buildarch: noarch %description help This contains man files for the using of smartmontools. @@ -80,6 +81,9 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name} %changelog +* Wed Aug 21 2024 Jiuwang He - 1:7.2-3 +- Add Buildarch: noarch to the help subpackage + * Fri Oct 28 2022 Kunlin Yang - 1:7.2-2 - rebuild the version to 7.2-2 -- Gitee