From ed1a2e6977570613c5aa47d647c81452732374c3 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Tue, 24 Aug 2021 14:53:38 +0800 Subject: [PATCH] remove the installation dependency --- glib2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/glib2.spec b/glib2.spec index 33b67e8..c37b5d5 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.66.8 -Release: 2 +Release: 3 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -29,7 +29,6 @@ BUildRequires: glibc-devel libattr-devel libselinux-devel meson BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi) BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib) BuildRequires: python3-devel gamin-devel -Requires: %{name}-help %ifarch i686 BuildRequires: libxslt %endif @@ -189,6 +188,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Tue Aug 24 2021 yangcheng - 2.66.8-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESE:remove the installation dependency of the main pakage on the help package + * Thu Aug 19 2021 liuyumeng - 2.66.8-2 - Type:bugfix - ID:NA -- Gitee