Skip to content
Snippets Groups Projects
Commit 7fab2e7b authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import git-2.45.2-3.el10

parent 28990cea
No related branches found
Tags imports/r10s/git-2.45.2-3.el10
No related merge requests found
......@@ -14,8 +14,8 @@
%bcond_with linkcheck
%endif
# Settings for Fedora >= 38
%if 0%{?fedora} >= 38
# Settings for Fedora >= 38 and EL >= 10
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
%bcond_with perl_modcompat
%else
%bcond_without perl_modcompat
......@@ -79,7 +79,7 @@
Name: git
Version: 2.45.2
Release: 2%{?dist}
Release: 3%{?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,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
%{?with_docs:%{_pkgdocdir}/git-svn.html}
%changelog
* Fri Jul 19 2024 Ondřej Pohořelský <opohorel@redhat.com> - 2.45.2-3
- build without perl_modcompat in EL >= 10
* Mon Jul 01 2024 Ondřej Pohořelský <opohorel@redhat.com> - 2.45.2-1
- update to 2.45.2
- add glibc-utils BuildRequires
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment