|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
Summary: Creates a common metadata repository
|
|
|
|
|
Name: createrepo_c
|
|
|
|
|
Version: 1.1.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://github.com/rpm-software-management/createrepo_c
|
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
@ -208,6 +208,10 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.1.2-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Tue Jul 02 2024 Petr Pisar <ppisar@redhat.com> - 1.1.2-3
|
|
|
|
|
- Fix a file descriptor and a memory leak in an error path of
|
|
|
|
|
cr_detect_compression() (RHEL-45645)
|
|
|
|
|