From bf2d0bc2f37469efa18592eca77a335b6f6c6c10 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:08:03 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-pygit2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index d62dc24..cc88ec8 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPL-2.0-only WITH GCC-exception-2.0 @@ -91,6 +91,10 @@ rm -f pygit2/__init__.py %changelog +* Tue Oct 29 2024 Troy Dawson - 1.14.0-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 19 2024 Stephen Gallagher - 1.14.0-1 - Add gating.yaml - Set Release value explicitly