From 60b64290ae488ff9e1934bd3529f2e74520506d0 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 09:44:32 +0800 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..ff26d6b 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 +* Tue Aug 20 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