Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949

This commit is contained in:
Martin Stransky 2021-06-02 10:39:41 +02:00
parent cb71b53f7d
commit 53b26adcc4
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=1897522
ExcludeArch: s390x
# Disabled due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1966949
%if 0%{?fedora} > 34
ExcludeArch: armv7hl
%endif
%ifarch armv7hl
%global create_debuginfo 0
%endif