10.0.1-0.8

This commit is contained in:
Jakub Jelinek 2020-02-16 17:23:40 +01:00
parent 9bce8e2449
commit 891cef7d9b
1 changed files with 5 additions and 0 deletions

View File

@ -15,9 +15,14 @@
# Until annobin is fixed (#1519165).
%undefine _annotated_build
%endif
# Strip will fail on nvptx-none *.a archives and the brp-* scripts will
# fail randomly depending on what is stripped last.
%if 0%{?__brp_strip_static_archive:1}
%global __brp_strip_static_archive %{__brp_strip_static_archive} || :
%endif
%if 0%{?__brp_strip_lto:1}
%global __brp_strip_lto %{__brp_strip_lto} || :
%endif
%if 0%{?fedora} < 32
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
%else