From 532518aeeef2b8a1701521e2e302b4cc9e612fac Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:26:06 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- git.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 294cc9d..d5901d7 100644 --- a/git.spec +++ b/git.spec @@ -79,7 +79,7 @@ Name: git Version: 2.45.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast Version Control System License: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT URL: https://git-scm.com/ @@ -1040,6 +1040,10 @@ rmdir --ignore-fail-on-non-empty "$testdir" %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog +* Tue Oct 29 2024 Troy Dawson - 2.45.2-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Jul 19 2024 Ondřej Pohořelský - 2.45.2-3 - build without perl_modcompat in EL >= 10