From 40377017d0fc34d222a56ea1ad07ed63557a7a7d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 28 May 2019 13:45:34 -0400 Subject: [PATCH] Depend on the appropriate minimum version of libmodulemd Signed-off-by: Stephen Gallagher --- createrepo_c.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index 0d22001..a6d8d76 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -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 - 0.14.1-2 +- Depend on the appropriate minimum version of libmodulemd + * Fri May 24 2019 Pavla Kratochvilova - 0.14.1-1 - Update to 0.14.1 - Add --pkgorigins mode for Koji