Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b644b8d4a1 | ||
|
|
aad0b9e056 |
2 changed files with 14 additions and 6 deletions
16
git.spec
16
git.spec
|
|
@ -77,8 +77,8 @@
|
|||
%global _package_note_file %{_builddir}/%{name}-%{real_version}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld
|
||||
|
||||
Name: git
|
||||
Version: 2.41.0
|
||||
Release: 1%{?dist}
|
||||
Version: 2.42.0
|
||||
Release: 2%{?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/
|
||||
|
|
@ -192,9 +192,11 @@ BuildRequires: zlib-devel >= 1.2
|
|||
%if %{with tests}
|
||||
# Test suite requirements
|
||||
BuildRequires: acl
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
# Needed by t5540-http-push-webdav.sh
|
||||
%if (0%{?fedora} && 0%{?fedora} < 40) || (0%{?rhel} >= 8 && 0%{?rhel} < 10)
|
||||
# Needed by t5540-http-push-webdav.sh; recent httpd obviates this
|
||||
BuildRequires: apr-util-bdb
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
# Needed by t5559-http-fetch-smart-http2.sh
|
||||
BuildRequires: mod_http2
|
||||
%endif
|
||||
|
|
@ -1039,6 +1041,12 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||
|
||||
%changelog
|
||||
* Wed Nov 1 2023 Joe Orton <jorton@redhat.com> - 2.42.0-2
|
||||
- remove explicit BR for apr-util-bdb (#2247532)
|
||||
|
||||
* Tue Oct 03 2023 Ondřej Pohořelský <opohorel@redhat.com> - 2.42.0-1
|
||||
- update to 2.42.0
|
||||
|
||||
* Thu Jun 01 2023 Todd Zullinger <tmz@pobox.com> - 2.41.0-1
|
||||
- update to 2.41.0
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (git-2.41.0.tar.xz) = a215bc6d89afbddd56adac901c24ea2b7f98a37bf6a6a2756893947012ffaa850e76247a3445a5ab13ab5a462f39986fec33eed086148aba5eb554dc1799fee0
|
||||
SHA512 (git-2.41.0.tar.sign) = 140f088254997e05bb444ed25f18ae9cadec9c24081acfc66670f153cbeecd2cdb722b07b5678da95c578dd29ad81dcf683264a503b37d63400f0746bbfa8762
|
||||
SHA512 (git-2.42.0.tar.xz) = afe5bca3c084d4ddd66f20afa820ba10f61007f66846108929e0d4ee7b7eaa896fcf00917dead16881d840f674dec6dd0e353a05e62a31016694af3d7d22a51d
|
||||
SHA512 (git-2.42.0.tar.sign) = 847914db4f035095643cf38af87e53be82b0d10c0fdcb862f5015df01662c15d6d77410e4f4aaa5ad510d9d82c830a0218465d10905f3ec048929b1c02be6d5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue