From 2de5b6413dada494411464f18ab917d8a72c9b64 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 15 Jun 2021 20:28:52 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- git.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 3955662..a673611 100644 --- a/git.spec +++ b/git.spec @@ -97,7 +97,7 @@ Name: git Version: 2.31.1 -Release: 2%{?rcrev}%{?dist} +Release: 2%{?rcrev}%{?dist}.1 Summary: Fast Version Control System License: GPLv2 URL: https://git-scm.com/ @@ -1072,6 +1072,11 @@ rmdir --ignore-fail-on-non-empty "$testdir" %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog +* Tue Jun 15 2021 Mohan Boddu - 2.31.1-2.1 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + +Related: rhbz#1971065 + * Mon May 03 2021 Ondřej Pohořelský - 2.31.1-2 - Use HMAC from libcrypto instead of git's implementation - Resolves: #1956345