!25 [sync] PR-15: add glib2 to Requires for upgrade

From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-12-15 01:53:50 +00:00 committed by Gitee
commit 2c61e6f553
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <fuanan3@h-partners.com> - 2.9.4-3
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add glib2 to Requires for upgrade
* Mon Jun 13 2022 fuanan <fuanan3@h-partners.com> - 2.9.4-2
- Type:bugfix
- CVE:NA