diff --git a/softhsm.spec b/softhsm.spec index 927c888..8910ae8 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -3,7 +3,7 @@ Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm Version: 2.1.0 -Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist} License: BSD Url: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ Source1: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version} Source2: softhsm.module # taken from coolkey which is not build on all arches we build on Source3: softhsm2-pk11install.c +Patch1: softhsm2-1378800-openssl.patch Group: Applications/System BuildRequires: openssl-devel >= 1.0.1k-6, sqlite-devel >= 3.4.2, cppunit-devel @@ -44,6 +45,7 @@ The devel package contains the libsofthsm include files %prep %setup -q -n %{name}-%{version}%{?prever} +%patch1 -p1 %if 0%{?prever:1} autoreconf -fiv @@ -129,6 +131,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Fri Sep 23 2016 Paul Wouters - 2.1.0-2 +- Resolves: rhbz#1378800 Module cleanup crash + * Mon May 16 2016 Paul Wouters - 2.1.0-1 - Resolves: rhbz#1244461 Updated to 2.1.0 - Resolves: rhbz#1272423 Softhsm PKCS#11 module not visible to NSS becasue it is not in the search path