diff --git a/softhsm.spec b/softhsm.spec index 77b2a5e..b49facf 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -4,7 +4,7 @@ Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm Version: 2.6.1 -Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.3 +Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.4 License: BSD Url: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz @@ -54,6 +54,10 @@ autoreconf -fiv %endif %build +# This package fails its testsuite with LTO enabled and needs further +# investigation +%define _lto_cflags %{nil} + %configure --libdir=%{_libdir}/pkcs11 --with-openssl=%{_prefix} --enable-ecc --enable-eddsa --disable-gost \ --with-migrate --enable-visibility --with-p11-kit=%{_datadir}/p11-kit/modules/ @@ -111,6 +115,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Mon Aug 11 2020 Jeff Law - 2.6.1-3.4 +- Disable LTO + * Sat Aug 01 2020 Fedora Release Engineering - 2.6.1-3.3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild