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