From 6eb92cebdc74144c933b26b1e35d4eb16f6dca44 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 16 Apr 2018 11:47:00 -0400 Subject: [PATCH] Re-enable t5000-tar-tree.sh test on f28 The unknown, but temporary, breakage in fedora-28-x86_64 buildroots appears to be resolved. The test was disabled in a998227 ("Disable t5000-tar-tree.sh on x86 in f28", 2018-01-18). --- git.spec | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/git.spec b/git.spec index f4866dd..c8cc645 100644 --- a/git.spec +++ b/git.spec @@ -83,7 +83,7 @@ Name: git Version: 2.17.0 -Release: 2%{?rcrev}%{?dist} +Release: 3%{?rcrev}%{?dist} Summary: Fast Version Control System License: GPLv2 URL: https://git-scm.com/ @@ -706,19 +706,6 @@ GIT_SKIP_TESTS="" GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5541.33 t5551.25" %endif -%ifarch %{ix86} -# Skip tests which fail on x86 -# -# t5000-tar-tree fails on x86 in f28: -# ++ git archive --remote=. --format=tar.gz HEAD -# remote: fatal: Unknown archive format 'tar.gz' -# fatal: The remote end hung up unexpectedly -# There must be something broken or changed in f28 to cause this -%if 0%{?fedora} && 0%{?fedora} == 28 -GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5000" -%endif -%endif - %ifarch %{power64} # Skip tests which fail on ppc # @@ -899,8 +886,9 @@ make test || ./print-failed-test-output %{?with_docs:%{_pkgdocdir}/git-svn.html} %changelog -* Mon Apr 16 2018 Todd Zullinger +* Mon Apr 16 2018 Todd Zullinger 2.17.0-3 - Move linkcheck macro to existing fedora/rhel > 7 block +- Re-enable t5000-tar-tree.sh test on f28 * Fri Apr 13 2018 Pavel Cahyna - Use BuildRequires: perl-interpreter per the packaging guidelines