!16 Compile with libmodulemd

From: @WangTsing-Yan
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-11-18 12:32:44 +00:00 committed by Gitee
commit 9e129a47e9

View File

@ -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 <wangqing@uniontech.com> - 0.16.0-3
- Compile with libmodulemd
* Tue May 25 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.16.0-2
- Deleted the use of Python2 to run testcases