From 93ac864ac1a1e2e83d2bddb166446d5372bb2155 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 16:20:44 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gtk2.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk2.spec b/gtk2.spec index b5b059b..ac62887 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -6,7 +6,7 @@ #Basic Information Name: gtk2 Version: 2.24.33 -Release: 10 +Release: 11 Summary: GTK+ graphical user interface library License: LGPL-2.0-or-later URL: http://www.gtk.org @@ -95,12 +95,9 @@ Obsoletes: gtk2-devel-doc < %{version}-%{release} This package contains the libraries, header files and developer documentation that are needed for writing applications with the GTK+ widget toolkit. -%package help -Summary: Developer documentation for GTK+ +%package_help Requires: gtk2 = %{version}-%{release} -%description help -This package contains developer documentation for the GTK+ widget toolkit. #Build sections %prep @@ -239,6 +236,9 @@ gtk-query-immodules-2.0-64 --update-cache %{_mandir}/man1/gtk-builder-convert.1* %changelog +* Mon Aug 19 2024 yangzhuolin - 2.24.33-11 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jul 15 2024 Funda Wang - 2.24.33-10 - fix CVE-2024-6655: Library injection from CWD -- Gitee