Cleanup conditionals

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-06-06 14:43:51 +02:00
parent ee69ccd485
commit a6e846abcd
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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}