diff --git a/libmodulemd.spec b/libmodulemd.spec index a095726571648760810cc8eea0760c36bcba2f5d..913b1398958065457717e6b85034daba2dc37860 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