From d16f8f679d15de36a5ce8a466e86c7070a80faab 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:39:13 +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 03149f6..68eef3c 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -14,7 +14,7 @@ #Basic Information Name: gtk3 Version: 3.24.30 -Release: 11 +Release: 12 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org @@ -100,6 +100,7 @@ GTK+ 3. %package help Summary: Documents for gtk3 +BuildArch: noarch Requires: gtk3 = %{version}-%{release} Obsoletes: gtk3-devel-docs < %{version}-%{release} @@ -267,6 +268,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.30-12 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Jul 11 2024 Funda Wang - 3.24.30-11 - Fix CVE-2024-6655: Library injection from CWD -- Gitee