import createrepo_c-0.17.7-6.el8

This commit is contained in:
CentOS Sources 2022-09-27 07:28:25 -04:00 committed by Stepan Oksanichenko
parent 5113c2b946
commit 41816dad7b
2 changed files with 2645 additions and 1 deletions

View File

@ -31,12 +31,13 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.17.7
Release: 4%{?dist}
Release: 6%{?dist}
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch1: 0001-Preserve-changed-API-for-cr_compress_file_with_stat-RhBug1973588.patch
Patch2: 0002-Default---keep-all-metadata-to-TRUE-and-add---discard-additional-metadata.patch
Patch3: 0003-Revert-added-API-for-parsing-main-metadata-together-RhBug2062299.patch
BuildRequires: cmake
BuildRequires: gcc
@ -184,6 +185,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Wed May 11 2022 Lukas Hrazky <lhrazky@redhat.com> - 0.17.7-6
- Revert addition of new API for parsing main metadata together (RhBug:2062767)
* Wed Feb 16 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.7-4
- Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata (RhBug:1992209)