From 45780c474f2259b0af6bfa8f41bf492876e8c080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Mon, 19 Aug 2024 22:47:47 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gtk2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk2.spec b/gtk2.spec index c9013d2..3f9dce5 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -6,7 +6,7 @@ #Basic Information Name: gtk2 Version: 2.24.32 -Release: 11 +Release: 12 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org @@ -94,6 +94,7 @@ that are needed for writing applications with the GTK+ widget toolkit. %package help Summary: Developer documentation for GTK+ +BuildArch: noarch Requires: gtk2 = %{version}-%{release} %description help @@ -234,6 +235,9 @@ gtk-query-immodules-2.0-64 --update-cache %{_mandir}/man1/gtk-builder-convert.1.gz %changelog +* Tue Aug 20 2024 yangzhuolin - 2.24.32-12 +- Added 'Buildarch: noarch' to the help subpackage + * Mon Jul 15 2024 Funda Wang - 2.24.32-11 - fix CVE-2024-6655: Library injection from CWD -- Gitee