Disable arm-neon unconditionally

Resolves: rhbz#1287298
This commit is contained in:
Nikos Mavrogiannopoulos 2015-12-02 17:41:19 +01:00
parent f39703a486
commit e13a605d5e

View File

@ -1,6 +1,6 @@
Name: nettle
Version: 3.1.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A low-level cryptographic library
Group: Development/Libraries
@ -11,7 +11,7 @@ Source0: %{name}-%{version}-hobbled.tar.gz
Patch0: nettle-3.1.1-remove-ecc-testsuite.patch
Patch1: nettle-3.1.1-sha3-fix.patch
BuildRequires: gmp-devel m4 texinfo-tex texlive-dvips ghostscript
BuildRequires: gmp-devel m4 texinfo-tex
Requires(post): info
Requires(preun): info
@ -47,7 +47,7 @@ sed 's/ecc-224.c//g' -i Makefile.in
%patch1 -p1
%build
%configure --enable-shared
%configure --enable-shared --disable-arm-neon
make %{?_smp_mflags}
@ -100,6 +100,9 @@ fi
%changelog
* Wed Dec 2 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-5
- Disabled arm-neon unconditionally (#1287298)
* Thu Oct 22 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-4
- Fixed SHA3 implementation to conform to published version (#1252935)