From ff298bab8a38eaddd70d2ae491d82d0123fca0c4 Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Tue, 10 Nov 2020 15:52:09 +0800 Subject: [PATCH] add glib-help require to glib --- glib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glib.spec b/glib.spec index 58a80b0..1d471ff 100644 --- a/glib.spec +++ b/glib.spec @@ -1,12 +1,13 @@ Name: glib Epoch: 1 Version: 1.2.10 -Release: 55 +Release: 56 License: LGPLv2+ Summary: GLib is the core library that forms the basis for projects URL: http://www.gtk.org/ Source: https://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz BuildRequires: coreutils libtool make +Requires: %{name}-help = %{epoch}:%{version}-%{release} Patch0001: glib-1.2.10-isowarning.patch Patch0002: glib-1.2.10-gcc34.patch @@ -74,5 +75,8 @@ make check LIBTOOL=%{_bindir}/libtool %exclude %{_infodir} %changelog +* Mon Nov 09 2020 huanghaitao - 1:1.2.10-56 +- Make help package required by glib + * Wed Nov 27 2019 Ling Yang - 1:1.2.10-54 - Package init -- Gitee