restore jgit BR for use in tests
This effectively reverts 8faf622
(drop jgit BR on Fedora > 30,
2019-07-29). The jgit package is available once again; use it to allow
some compatibility tests to be run.
Resolves: https://bugzilla.redhat.com/1766626
This commit is contained in:
parent
763ae19326
commit
39a7618fa8
7
git.spec
7
git.spec
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 1%{?rcrev}%{?dist}
|
Release: 2%{?rcrev}%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git-scm.com/
|
URL: https://git-scm.com/
|
||||||
@ -213,7 +213,7 @@ BuildRequires: highlight
|
|||||||
%endif
|
%endif
|
||||||
# endif fedora, el-6, or el7-ppc64
|
# endif fedora, el-6, or el7-ppc64
|
||||||
BuildRequires: httpd
|
BuildRequires: httpd
|
||||||
%if 0%{?fedora} && ! ( 0%{?fedora} > 30 || %{_arch} == i386 || %{_arch} == s390x )
|
%if 0%{?fedora} && ! ( %{_arch} == i386 || %{_arch} == s390x )
|
||||||
BuildRequires: jgit
|
BuildRequires: jgit
|
||||||
%endif
|
%endif
|
||||||
# endif fedora (except i386 and s390x)
|
# endif fedora (except i386 and s390x)
|
||||||
@ -1029,6 +1029,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2019 Todd Zullinger <tmz@pobox.com> - 2.24.0-2
|
||||||
|
- restore jgit BR for use in tests
|
||||||
|
|
||||||
* Mon Nov 04 2019 Todd Zullinger <tmz@pobox.com> - 2.24.0-1
|
* Mon Nov 04 2019 Todd Zullinger <tmz@pobox.com> - 2.24.0-1
|
||||||
- update to 2.24.0
|
- update to 2.24.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user