From ccafe78de35b5f51098c525afc9b6945e7ea1906 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:43:54 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- librepo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)