Enabled fat builds by default

This commit is contained in:
Nikos Mavrogiannopoulos 2016-02-18 11:27:26 +01:00
parent 2b25156519
commit 95852a3dc8

View File

@ -1,6 +1,6 @@
Name: nettle
Version: 3.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A low-level cryptographic library
Group: Development/Libraries
@ -47,7 +47,7 @@ sed 's/ecc-224.c//g' -i Makefile.in
%patch1 -p1
%build
%configure --enable-shared --disable-arm-neon
%configure --enable-shared --disable-arm-neon --enable-fat
make %{?_smp_mflags}
@ -100,6 +100,9 @@ fi
%changelog
* Thu Feb 18 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.2-2
- Enabled fat builds by default
* Wed Feb 3 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.2-1
- updated to 3.2 (#1301310)
- Fixed CVE-2015-8803 secp256r1 calculation bug (#1304305)