From f55e0c497478782d5985f0635852533aa53d54d5 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 17:02:08 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gtk3.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk3.spec b/gtk3.spec index 9b1fb1e..8fe4d47 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -14,7 +14,7 @@ #Basic Information Name: gtk3 Version: 3.24.41 -Release: 2 +Release: 3 Summary: GTK+ graphical user interface library License: LGPLv2+ URL: https://www.gtk.org @@ -97,15 +97,12 @@ Obsoletes: gtk3-engines-devel <= 2.91.5-5 This package contains the libraries, header files other development files for GTK+ 3. -%package help -Summary: Documents for gtk3 +%package_help Requires: gtk3 = %{version}-%{release} Obsoletes: gtk3-devel-docs < %{version}-%{release} Provides: gtk3-devel-docs = %{version}-%{release} -%description help -This package contains man pages and other related documents for gtk3. #Build sections %prep @@ -265,6 +262,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || : %{_mandir}/man1/gtk3-widget-factory.1* %changelog +* Mon Aug 19 2024 yangzhuolin - 3.24.41-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Jul 11 2024 Funda Wang - 3.24.41-2 - Fix CVE-2024-6655: Library injection from CWD -- Gitee