version update 2.47.1

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2025-01-06 22:52:59 +01:00
parent 71de3052ab
commit a81774c11a
1 changed files with 1 additions and 8 deletions

View File

@ -73,7 +73,7 @@
%global _package_note_file %{_builddir}/%{name}-%{version}%{?rcrev}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld

Name: git
Version: 2.45.1
Version: 2.47.1
Release: 1%{?rcrev}%{?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
@ -615,13 +615,6 @@ rm -rf contrib/fast-import/import-zips.py
%endif
# endif with python2

# Use python3 to avoid an unnecessary python2 dependency, if possible.
%if %{with python3}
sed -i -e '1s@#!\( */usr/bin/env python\|%{__python2}\)$@#!%{__python3}@' \
contrib/hg-to-git/hg-to-git.py
%endif
# endif with python3

%install
%make_install %{?with_docs:install-doc}