import UBI git-2.47.3-1.el9_6

This commit is contained in:
eabdullin 2025-07-21 15:13:43 +00:00
parent 8027287fd0
commit 132c494fcc
3 changed files with 10 additions and 6 deletions

View File

@ -1,2 +1,2 @@
6ee94f976a315b7897a6e663d8e6e97283ff5adb SOURCES/git-2.47.1.tar.sign
63654fcfa1604c7470bcc9c4e2d1cdba218a8bc3 SOURCES/git-2.47.1.tar.xz
bf381ba84ed11fb3a7f38d2719c6f898890cf55c SOURCES/git-2.47.3.tar.sign
408774745b5dadeddcf1e7223201927123e504ea SOURCES/git-2.47.3.tar.xz

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/git-2.47.1.tar.sign
SOURCES/git-2.47.1.tar.xz
SOURCES/git-2.47.3.tar.sign
SOURCES/git-2.47.3.tar.xz

View File

@ -99,8 +99,8 @@
#global rcrev .rc0
Name: git
Version: 2.47.1
Release: 2%{?dist}
Version: 2.47.3
Release: 1%{?dist}
Summary: Fast Version Control System
License: GPLv2
URL: https://git-scm.com/
@ -1131,6 +1131,10 @@ rmdir --ignore-fail-on-non-empty "$testdir"
%{?with_docs:%{_pkgdocdir}/git-svn.html}
%changelog
* Thu Jul 10 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.47.3-1
- update to 2.47.3
- Resolves: RHEL-102449, RHEL-102463, RHEL-102675, RHEL-102681
* Mon Mar 31 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.47.1-2
- add the option to sanitize sideband channel messages
- Resolves: RHEL-84513