Depend on the appropriate minimum version of libmodulemd

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-05-28 13:45:34 -04:00
parent a7a8466ff1
commit 40377017d0
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -34,7 +34,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.14.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@ -60,6 +60,7 @@ BuildRequires: zchunk
%if %{with libmodulemd}
BuildRequires: pkgconfig(modulemd-2.0) >= 2.3.0
BuildRequires: libmodulemd
Requires: libmodulemd%{?_isa} >= 2.3.0
%endif
Requires: %{name}-libs = %{version}-%{release}
%if 0%{?rhel} == 6
@ -256,6 +257,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif
%changelog
* Tue May 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 0.14.1-2
- Depend on the appropriate minimum version of libmodulemd
* Fri May 24 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.14.1-1
- Update to 0.14.1
- Add --pkgorigins mode for Koji