From f647d1c076a0a45ba92c39f91bdb6bc8de115c50 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 05:04:20 +0000 Subject: [PATCH] Added '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 984e352..1f3c289 100644 --- a/smp_utils.spec +++ b/smp_utils.spec @@ -1,6 +1,6 @@ Name: smp_utils Version: 0.99 -Release: 3 +Release: 4 Summary: Utilities for SAS management protocol (SMP) License: BSD URL: http://sg.danny.cz/sg/smp_utils.html @@ -34,6 +34,7 @@ developing applications. %package help Summary: Help info for %{name} Requires: man +Buildarch: noarch %description help This package contains the help info for %{name}. @@ -72,6 +73,9 @@ make install \ %changelog +* Wed Aug 21 2024 Jiuwang He - 0.99-4 +- Add Buildarch: noarch to the help subpackage + * Wed Oct 19 2022 Kunlin Yang - 0.99-3 - rebuild the version to 0.99-3 -- Gitee