- Resolves: rhbz#1378800 Module cleanup crash

This commit is contained in:
Paul Wouters 2016-09-23 11:06:49 -04:00
parent 82f91fe545
commit dcb427ad5a

View File

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