!34 update createrepo_c to 1.0.1

From: @pshysimon 
Reviewed-by: @znzjugod 
Signed-off-by: @znzjugod
This commit is contained in:
openeuler-ci-bot 2024-02-22 01:29:38 +00:00 committed by Gitee
commit 4cdeb7edce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 1 deletions

Binary file not shown.

BIN
createrepo_c-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -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