From 2c67b44f2bc166cc7307cd746b6d03f643f4f031 Mon Sep 17 00:00:00 2001 From: wangbowen Date: Tue, 20 Aug 2024 14:42:30 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit b1329c33696d1b7889edb4cc7f81f5d8ff916fe5) --- libmikmod.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libmikmod.spec b/libmikmod.spec index dc1f49e..f9da503 100644 --- a/libmikmod.spec +++ b/libmikmod.spec @@ -1,6 +1,6 @@ Name: libmikmod Version: 3.3.11.1 -Release: 7 +Release: 8 Summary: MOD Music File Player library License: GPLv2 and LGPLv2+ URL: http://mikmod.sourceforge.net/ @@ -28,6 +28,7 @@ for the libmikmod library. %package help Summary: This package contains help documents Requires: %{name} = %{version}-%{release} +Buildarch: noarch %description help Files for help with libmikmod. @@ -66,6 +67,9 @@ Files for help with libmikmod. %{_mandir}/man1/%{name}-config* %changelog +* Tue Aug 20 2024 Bowen Wang - 3.3.11.1-8 +- Added 'Buildarch: noarch' to the help subpackage + * Tue Jun 08 2021 wulei - 3.3.11.1-7 - fixes failed: error: no acceptable C compiler found in $PATH