Fix libmodulemd dependency

All versions of Fedora 28 and later now have python3-libmodulemd1

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-03-01 08:08:42 -05:00
parent f7a5b86fb4
commit 98b8c0ab91
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -2,7 +2,7 @@
Name: pungi
Version: 4.1.33
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Distribution compose tool
License: GPLv2
@ -70,11 +70,7 @@ Requires: python3-dnf
Requires: python3-multilib
Requires: python3-libcomps
Requires: python3-koji
%if 0%{?fedora} < 30
Requires: python3-libmodulemd
%else
Requires: python3-libmodulemd1
%endif
Requires: python3-gobject
Requires: python3-createrepo_c
Requires: python3-PyYAML
@ -212,6 +208,9 @@ nosetests-3 --exe
%{_bindir}/%{name}-wait-for-signed-ostree-handler
%changelog
* Fri Mar 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 4.1.33-5
- Fix libmodulemd dependency
* Wed Feb 27 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.33-4
- Disable legacy and python 2 packages on Fedora 31+