From 40a088789d71c14cce29eeacc60da5ee9a67565c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E9=B9=8F?= Date: Wed, 21 Aug 2024 09:48:22 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- perl-Glib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index dfc49d6..a364ca5 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3293 -Release: 5 +Release: 6 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1 Group: Development/Libraries @@ -28,6 +28,7 @@ sorts of good information. %package help Summary : Perl wrappers for the GLib utility and Object libraries Provides: perl-Glib-doc +Buildarch: noarch %description help This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials @@ -86,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Aug 21 2024 Zhipeng Chen - 1.3293-6 +- Added 'Buildarch:noarch' to the help subpackage + * Mon Apr 15 2024 wangxiaomeng 1.3293-5 - backport: fix issue with comment check and glib 2.77+ -- Gitee