From c79114836cd2134ee94c62421f3729364e41181f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Tue, 20 Aug 2024 03:43:58 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gtk3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk3.spec b/gtk3.spec index 98fc879..1b8f840 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -14,7 +14,7 @@ #Basic Information Name: gtk3 Version: 3.24.21 -Release: 6 +Release: 7 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org @@ -90,6 +90,7 @@ GTK+ 3. %package help Summary: Documents for gtk3 +BuildArch: noarch Requires: gtk3 = %{version}-%{release} Obsoletes: gtk3-devel-docs < %{version}-%{release} @@ -263,6 +264,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || : %{_mandir}/man1/gtk3-widget-factory.1* %changelog +* Wed Aug 21 2024 yangzhuolin - 3.24.21-7 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Jul 11 2024 Funda Wang - 3.24.21-6 - Fix CVE-2024-6655: Library injection from CWD -- Gitee