add glib2 to Requires for upgrade
(cherry picked from commit e706078b8a167cd0154c2c85eb4b330eaca7268b)
This commit is contained in:
parent
3772edb44a
commit
7d6f6154f4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user