From 9829982d04663754677c81e0c62947ecceb41abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=B4=87=E5=85=89?= Date: Wed, 21 Aug 2024 00:34:05 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- perl-XML-LibXML.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 7207974..55b0d8b 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML Version: 2.0209 -Release: 1 +Release: 2 Epoch: 1 Summary: Perl Binding for libxml2 License: (GPL+ or Artistic) and MIT @@ -32,6 +32,7 @@ validating XML parser and the high performance DOM implementation. %package help Summary: man files for perl-XML-LibXML +Buildarch: noarch Requires: man %description help @@ -82,6 +83,9 @@ fi %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 zhaochongguang - 1:2.0209-2 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Aug 10 2023 liyanan - 1:2.0209-1 - Update to 2.0209 -- Gitee