From a5b4ec0290f11f0d3b31159c57cffb83941f5f5b Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 03:27:12 +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 91526aa..316bd2d 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -1,6 +1,6 @@ Name: smartmontools Version: 7.1 -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.1-2 +- Add Buildarch: noarch to the help subpackage + * Thu Apr 16 2020 wangjufeng - 1:7.1-1 - Type:enhancemnet - ID:NA -- Gitee