From fb61143857d2f91a523fbcc4100450ad1aec3ffb Mon Sep 17 00:00:00 2001 From: wangbowen Date: Tue, 20 Aug 2024 17:13:48 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit 5f3077820ab8595d6ae5418cd57500f527ccd937) --- libieee1284.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libieee1284.spec b/libieee1284.spec index df0b3b2..c871424 100644 --- a/libieee1284.spec +++ b/libieee1284.spec @@ -1,6 +1,6 @@ Name: libieee1284 Version: 0.2.11 -Release: 32 +Release: 33 Summary: IEEE1284 communications library License: GPLv2+ URL: http://cyberelk.net/tim/libieee1284/ @@ -27,6 +27,7 @@ for the libieee1284 library. %package help Summary: This package contains help documents Requires: %{name} = %{version}-%{release} +Buildarch: noarch %description help Files for help with libieee1284. @@ -66,6 +67,9 @@ touch doc/interface.xml %changelog +* Tue Aug 20 2024 Bowen Wang - 0.2.11-33 +- Added 'Buildarch: noarch' to the help subpackage + * Tue Jun 08 2021 wulei - 0.2.11-32 - fixes failed: error: no acceptable C compiler found in $PATH