remove explicit BR for apr-util-bdb (#2247532)
This commit is contained in:
parent
ac4f507599
commit
7edc80fb3b
11
git.spec
11
git.spec
@ -78,7 +78,7 @@
|
||||
|
||||
Name: git
|
||||
Version: 2.42.0
|
||||
Release: 1%{?dist}
|
||||
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,9 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user