From bcf0b58912ff59d8dd3fe4c789e6eb69402d1f49 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Tue, 20 Aug 2024 07:23:43 +0000 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage --- smp_utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/smp_utils.spec b/smp_utils.spec index 1ea75fd..37c0f4e 100644 --- a/smp_utils.spec +++ b/smp_utils.spec @@ -1,6 +1,6 @@ Name: smp_utils Version: 0.99 -Release: 4 +Release: 5 Summary: Utilities for SAS management protocol (SMP) License: BSD URL: http://sg.danny.cz/sg/smp_utils.html @@ -33,6 +33,7 @@ developing applications. %package help Summary: Help info for %{name} Requires: man +Buildarch: noarch %description help This package contains the help info for %{name}. @@ -68,6 +69,9 @@ make install \ %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 Jiuwang He - 0.99-5 +- Add Buildarch: noarch' to the help subpackage + * Wed Jul 31 2024 JiangJianJun - 0.99-4 - DESC: fix spec format -- Gitee