disable FMA support to get it pass all tests on secondary architectures
This commit is contained in:
parent
04c44f419c
commit
31e3445609
12
cockpit.spec
12
cockpit.spec
@ -1,12 +1,11 @@
|
|||||||
%define tag 0.77
|
%define tag 0.77
|
||||||
%define rel 1
|
%define rel 2
|
||||||
# Globals that might be defined elsewhere
|
# Globals that might be defined elsewhere
|
||||||
# * gitcommit xxxx
|
# * gitcommit xxxx
|
||||||
# * selinux 1
|
# * selinux 1
|
||||||
# * tag 0.71
|
# * tag 0.71
|
||||||
|
|
||||||
%define branding auto
|
%define branding auto
|
||||||
%define rel 1
|
|
||||||
|
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g'
|
%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
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# disable FMA
|
||||||
|
%ifarch aarch64 %{power64}
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
env NOCONFIGURE=1 ./autogen.sh
|
env NOCONFIGURE=1 ./autogen.sh
|
||||||
%endif
|
%endif
|
||||||
@ -469,6 +473,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 22 2015 Stef Walter <stefw@redhat.com> - 0.77-1
|
||||||
- * Work better with multipath storage
|
- * Work better with multipath storage
|
||||||
- * Deletion of kubernetes objects
|
- * Deletion of kubernetes objects
|
||||||
|
Loading…
Reference in New Issue
Block a user