From a6e846abcddbac9be272280688227467df198d3f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 6 Jun 2019 14:43:51 +0200 Subject: [PATCH] Cleanup conditionals Signed-off-by: Igor Gnatenko --- python-pygit2.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index 02e1a68..36d40f8 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -1,11 +1,5 @@ -%if 0%{?fedora} && 0%{?fedora} <= 28 - # https://github.com/libgit2/pygit2/issues/811 - # https://github.com/libgit2/pygit2/issues/812 - %global arch_test_fail aarch64 ppc64 s390x -%else - # https://github.com/libgit2/pygit2/issues/811 - %global arch_test_fail ppc64 s390x -%endif +# https://github.com/libgit2/pygit2/issues/811 +%global arch_test_fail ppc64 s390x %global pkgname pygit2 %{?python_enable_dependency_generator}