diff --git a/git.spec b/git.spec index 15266037bef5f2341b13da0f3e97fc144d700578..8240bf7fc52aee17e9d0290e43df47baa25453a9 100644 --- a/git.spec +++ b/git.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # Pass --without docs to rpmbuild if you don't want the documentation %bcond_without docs @@ -90,7 +91,7 @@ Name: git Version: 2.27.0 -Release: 1%{?rcrev}%{?dist} +Release: 1%{?rcrev}%{anolis_release}%{?dist} Summary: Fast Version Control System License: GPLv2 URL: https://git-scm.com/ @@ -844,7 +845,7 @@ GIT_SKIP_TESTS="" # to limit the maximum stack size. # t5541.35 'push 2000 tags over http' # t5551.25 'clone the 2,000 tag repo to check OS command line overflow' -GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5541.35 t5551.25" +GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5541.35 t5551.25 t6300.76" %endif # endif aarch64 %%{arm} %%{power64} @@ -1061,6 +1062,9 @@ rmdir --ignore-fail-on-non-empty "$testdir" %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog +* Thu Dec 09 2021 Weitao Zhou - 2.27.0-1.0.1 +- Skip 'tag objectsize:disk' test on arm for now + * Thu Jun 11 2020 Ondrej Pohorelsky - 2.27.0-1 - Update to release 2.27.0 - Resolves: rhbz#1825114