Update software to v0.16.0

This commit is contained in:
chengquan 2020-08-03 14:50:39 +08:00
parent 8ca275de7c
commit d780c49ae7
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
createrepo_c-0.16.0.tar.gz Normal file

Binary file not shown.

View File

@ -38,8 +38,8 @@
Summary: Creates a common metadata repository Summary: Creates a common metadata repository
Name: createrepo_c Name: createrepo_c
Version: 0.15.0 Version: 0.16.0
Release: 5 Release: 1
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
@ -74,7 +74,7 @@ BuildRequires: bash-completion
Requires: rpm >= 4.9.0 Requires: rpm >= 4.9.0
%endif %endif
%if %{with drpm} %if %{with drpm}
BuildRequires: drpm-devel >= 0.3.0 BuildRequires: drpm-devel >= 0.4.0
%endif %endif
%if 0%{?openEuler} || 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?openEuler} || 0%{?fedora} || 0%{?rhel} > 7
@ -262,6 +262,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif %endif
%changelog %changelog
* Mon Aug 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16.0-1
- Update software to v0.16.0
* Wed Apr 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.15.0-5 * Wed Apr 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.15.0-5
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA