Compile with libmodulemd

Signed-off-by: wangqing <wangqing@uniontech.com>
This commit is contained in:
wangqing 2021-11-16 10:19:28 +08:00
parent 90015fc21b
commit c2adda5a9f

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