disable FMA support to get it pass all tests on secondary architectures

This commit is contained in:
Marcin Juszkiewicz 2015-09-23 19:06:36 +02:00
parent 04c44f419c
commit 31e3445609

View File

@ -1,12 +1,11 @@
%define tag 0.77
%define rel 1
%define rel 2
# Globals that might be defined elsewhere
# * gitcommit xxxx
# * selinux 1
# * tag 0.71
%define branding auto
%define rel 1
%if %{defined gitcommit}
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g'
@ -156,6 +155,11 @@ The Cockpit Web Service listens on the network, and authenticates users.
%endif
%build
# disable FMA
%ifarch aarch64 %{power64}
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
%endif
%if %{defined gitcommit}
env NOCONFIGURE=1 ./autogen.sh
%endif
@ -469,6 +473,10 @@ fi
%endif
%changelog
* Wed Sep 23 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.77-1.1
- disable FMA support to get it pass all tests on secondary architectures
- removed duplicated "global rel 1"
* Tue Sep 22 2015 Stef Walter <stefw@redhat.com> - 0.77-1
- * Work better with multipath storage
- * Deletion of kubernetes objects