update to 2.37.0-rc1
Add 'missing FSMONITOR_DAEMON' and 'You must set env var GIT_TEST_ALLOW_SUDO=YES in order to run this test' to git.skip-test-patterns to cover new test prerequisites. Release notes: https://github.com/git/git/raw/v2.37.0-rc1/Documentation/RelNotes/2.37.0.txt
This commit is contained in:
parent
33956465a1
commit
7d205ab48d
@ -6,6 +6,7 @@ missing AUTOIDENT
|
|||||||
missing CASE_INSENSITIVE_FS
|
missing CASE_INSENSITIVE_FS
|
||||||
missing DONTHAVEIT
|
missing DONTHAVEIT
|
||||||
missing ([!]LONG_IS_64BIT,)?EXPENSIVE
|
missing ([!]LONG_IS_64BIT,)?EXPENSIVE
|
||||||
|
missing FSMONITOR_DAEMON
|
||||||
missing JGIT
|
missing JGIT
|
||||||
missing !?LAZY_(TRUE|FALSE)
|
missing !?LAZY_(TRUE|FALSE)
|
||||||
missing MINGW
|
missing MINGW
|
||||||
@ -26,3 +27,4 @@ skipping svn-info test
|
|||||||
skipping Windows-(only path|specific) tests
|
skipping Windows-(only path|specific) tests
|
||||||
Test requiring writable / skipped
|
Test requiring writable / skipped
|
||||||
used to test external credential helpers
|
used to test external credential helpers
|
||||||
|
You must set env var GIT_TEST_ALLOW_SUDO=YES in order to run this test
|
||||||
|
7
git.spec
7
git.spec
@ -70,14 +70,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Define for release candidates
|
# Define for release candidates
|
||||||
%global rcrev .rc0
|
%global rcrev .rc1
|
||||||
|
|
||||||
# Set path to the package-notes linker script
|
# Set path to the package-notes linker script
|
||||||
%global _package_note_file %{_builddir}/%{name}-%{version}%{?rcrev}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld
|
%global _package_note_file %{_builddir}/%{name}-%{version}%{?rcrev}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.37.0
|
Version: 2.37.0
|
||||||
Release: 0.0%{?rcrev}%{?dist}
|
Release: 0.1%{?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/
|
||||||
@ -1007,6 +1007,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2022 Todd Zullinger <tmz@pobox.com> - 2.37.0-0.1.rc1
|
||||||
|
- update to 2.37.0-rc1
|
||||||
|
|
||||||
* Tue Jun 14 2022 Todd Zullinger <tmz@pobox.com> - 2.37.0-0.0.rc0
|
* Tue Jun 14 2022 Todd Zullinger <tmz@pobox.com> - 2.37.0-0.0.rc0
|
||||||
- update to 2.37.0-rc0
|
- update to 2.37.0-rc0
|
||||||
- fix GIT_SKIP_TESTS for EL8 s390x
|
- fix GIT_SKIP_TESTS for EL8 s390x
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (git-2.37.0.rc0.tar.xz) = bcb69bc211ea4a439260dca6b61afeb0ea1f61ad892f169d990454038ad83e28eccbf9d1da6d9f4deb56b1016d8cca6a431374e8f3401c33a6ca99f403391790
|
SHA512 (git-2.37.0.rc1.tar.xz) = 4a2ddb7d4be9bcfcdcc181693d09bd4b34db0b44d22c3df6bcbb82f99950dfa2a19aebe0d877386be1c731cc307c891e85fe48c50c7988299ee92ed3aad95d11
|
||||||
SHA512 (git-2.37.0.rc0.tar.sign) = 6d3443504b012d580209afee938c99f4ae6ee34257a17e7f58adf640f42c54140f6873f4a15ca36ffa06d5d9740ecbab6fa39c8331f5e9bbfdbd522e30f24c0e
|
SHA512 (git-2.37.0.rc1.tar.sign) = 0b622b99e0f2a56784e50c395661cc305e6a30b8bb8b5bf41d202929fe140ae3b32d8502089f316d8662d2c704060122c7b35debc2d7413c66a662a144ce2469
|
||||||
|
Loading…
Reference in New Issue
Block a user