|
|
@ -29,7 +29,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: librepo
|
|
|
|
Name: librepo
|
|
|
|
Version: 1.18.0
|
|
|
|
Version: 1.18.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Repodata downloading library
|
|
|
|
Summary: Repodata downloading library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
@ -129,6 +129,10 @@ Python 3 bindings for the librepo library.
|
|
|
|
%{python3_sitearch}/%{name}/
|
|
|
|
%{python3_sitearch}/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.18.0-3
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 15 2024 Petr Pisar <ppisar@redhat.com> - 1.18.0-2
|
|
|
|
* Mon Jul 15 2024 Petr Pisar <ppisar@redhat.com> - 1.18.0-2
|
|
|
|
- Use librpmio instead of gpgme for handling PGP keys (RHEL-47106)
|
|
|
|
- Use librpmio instead of gpgme for handling PGP keys (RHEL-47106)
|
|
|
|
- Fix a memory leak in select_next_target() (RHEL-35699)
|
|
|
|
- Fix a memory leak in select_next_target() (RHEL-35699)
|
|
|
|