From 56cf26265d45a79b76064248b414588dcbe9d774 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 03:21:00 +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 3aecfdd..ffc8698 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -1,6 +1,6 @@ Name: smartmontools Version: 7.3 -Release: 1 +Release: 2 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.3-2 +- Add Buildarch: noarch to the help subpackage + * Mon Aug 08 2022 hkgy - 1:7.3-1 - update package to 7.3 -- Gitee