From a6855a09e2e0fc4b18ab96c7eb7ca5b3d2585c41 Mon Sep 17 00:00:00 2001 From: wangqing Date: Tue, 16 Nov 2021 10:19:28 +0800 Subject: [PATCH] Compile with libmodulemd Signed-off-by: wangqing (cherry picked from commit c2adda5a9f963a46e208a7ffb682e918bc6bb134) --- createrepo_c.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index 9a438d2..0530680 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -30,16 +30,12 @@ %bcond_without zchunk %endif -%if 0%{?openEuler} || 0%{?rhel} || 0%{?fedora} < 29 -%bcond_with libmodulemd -%else %bcond_without libmodulemd -%endif Summary: Creates a common metadata repository Name: createrepo_c Version: 0.16.0 -Release: 2 +Release: 3 License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -250,6 +246,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %endif %changelog +* Tue Nov 16 2021 wangqing - 0.16.0-3 +- Compile with libmodulemd + * Tue May 25 2021 yangzhuangzhuang - 0.16.0-2 - Deleted the use of Python2 to run testcases -- Gitee