update createrepo_c to 1.0.1
This commit is contained in:
parent
5c9d82790f
commit
9246b60a72
Binary file not shown.
BIN
createrepo_c-1.0.1.tar.gz
Normal file
BIN
createrepo_c-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -32,7 +32,7 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.20.1
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/createrepo_c
|
||||
@ -51,6 +51,7 @@ BuildRequires: rpm-devel >= 4.8.0-28
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
Requires: glib2
|
||||
%if %{with zchunk}
|
||||
BuildRequires: pkgconfig(zck) >= 0.9.11
|
||||
BuildRequires: zchunk
|
||||
@ -69,6 +70,7 @@ Requires: rpm >= 4.9.0
|
||||
%if %{with drpm}
|
||||
BuildRequires: drpm-devel >= 0.4.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
|
||||
%if 0%{?openEuler} || 0%{?fedora} || 0%{?rhel} > 7
|
||||
Obsoletes: createrepo < 0.11.0
|
||||
@ -178,6 +180,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 1 2024 caixiaomeng <caixiaomeng2@huawei.com> - 1.0.1-1
|
||||
- update version to 1.0.1
|
||||
|
||||
* Thu Jan 19 2023 Lv Ying <lvying6@huawei.com> - 0.20.1-1
|
||||
- update version to 0.20.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user