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