From 1997671a8329347f22f112adb864094bcee8b2ee Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 08:14:36 +0800 Subject: [PATCH 1/2] Added 'Buildarch:noarch' to the help subpackage --- smartmontools.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/smartmontools.spec b/smartmontools.spec index 3aecfdd..4eb3422 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,7 +81,10 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name} %changelog -* Mon Aug 08 2022 hkgy - 1:7.3-1 +* Tue Aug 20 2024 Jiuwang He - 7.3-2 +- Add Buildarch: noarch' to the help subpackage + +* Mon Aug 08 2022 hkgy - 7.3-1 - update package to 7.3 * Thu Jan 14 2021 yanglongkang - 7.2-1 -- Gitee From 9c503df2f4495ee80ec5a4ac87fc52bda08ec910 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Tue, 20 Aug 2024 06:49:50 +0000 Subject: [PATCH 2/2] Added 'Buildarch:noarch' to the help subpackage --- smartmontools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartmontools.spec b/smartmontools.spec index 4eb3422..f9ff8b6 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -81,10 +81,10 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name} %changelog -* Tue Aug 20 2024 Jiuwang He - 7.3-2 +* Tue Aug 20 2024 Jiuwang He - 1:7.3-2 - Add Buildarch: noarch' to the help subpackage -* Mon Aug 08 2022 hkgy - 7.3-1 +* Mon Aug 08 2022 hkgy - 1:7.3-1 - update package to 7.3 * Thu Jan 14 2021 yanglongkang - 7.2-1 -- Gitee