From 8bf9903404adbd90ff92c49a787e553f9bd52ede Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 5 Nov 2024 04:42:28 +0300 Subject: [PATCH] import librepo-1.18.0-3.el10 --- SPECS/librepo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/librepo.spec b/SPECS/librepo.spec index fe70583..9dda9af 100644 --- a/SPECS/librepo.spec +++ b/SPECS/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)