From e706078b8a167cd0154c2c85eb4b330eaca7268b Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 31 Aug 2022 15:43:57 +0800 Subject: [PATCH] add glib2 to Requires for upgrade --- libmodulemd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index a095726..913b139 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -2,7 +2,7 @@ # and made some modifications. Name: libmodulemd Version: 2.9.4 -Release: 2 +Release: 3 Summary: C Library for manipulating module metadata files License: MIT URL: https://github.com/fedora-modularity/libmodulemd @@ -15,6 +15,7 @@ Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-deve BuildRequires: valgrind %endif BuildRequires: pkgconfig(gobject-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(yaml-0.1) pkgconfig(gtk-doc) +Requires: glib2 >= 2.62.5 %description The libmodulemd API provides a number of convenience tools for @@ -81,6 +82,12 @@ export LC_CTYPE=C.utf8 %{python3_sitearch}/gi/overrides/ %changelog +* Wed Aug 31 2022 fuanan - 2.9.4-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add glib2 to Requires for upgrade + * Mon Jun 13 2022 fuanan - 2.9.4-2 - Type:bugfix - CVE:NA -- Gitee