From b07fe2c02c71d8f945d3cac51b4a71505cecc6c2 Mon Sep 17 00:00:00 2001 From: Wang Tiaoke Date: Tue, 20 Aug 2024 15:36:30 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- perl-FCGI.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-FCGI.spec b/perl-FCGI.spec index e00e990..2dae026 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -1,7 +1,7 @@ Name: perl-FCGI Epoch: 1 Version: 0.78 -Release: 12 +Release: 13 Summary: FastCGI Perl bindings License: OML URL: https://metacpan.org/release/FCGI @@ -18,6 +18,7 @@ FastCGI Perl bingdings. %package help Summary: Documentation for perl-FCGI +Buildarch: noarch Requires: perl-FCGI = %{epoch}:%{version}-%{release} Provides: perl-FCGI-doc = %{epoch}:%{version}-%{release} Obsoletes: perl-FCGI-doc < %{epoch}:%{version}-%{release} @@ -50,6 +51,9 @@ make test %doc ChangeLog README %changelog +* Tue Aug 20 2024 Wang Tiaoke - 1:0.78-13 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Jun 09 2021 zhaoyao - 1:0.78-12 - %prep no longer patched with git -- Gitee