From ccafe78de35b5f51098c525afc9b6945e7ea1906 Mon Sep 17 00:00:00 2001
From: Troy Dawson <tdawson@redhat.com>
Date: Oct 29 2024 15:43:54 +0000
Subject: Bump release for October 2024 mass rebuild:


Resolves: RHEL-64018

---

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 <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
 - Use librpmio instead of gpgme for handling PGP keys (RHEL-47106)
 - Fix a memory leak in select_next_target() (RHEL-35699)