diff --git a/softhsm.spec b/softhsm.spec index a60a265..11c5af3 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -4,8 +4,8 @@ Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm Version: 2.6.1 -Release: %{?prever:0.}9%{?prever:.%{prever}}%{?dist} -License: BSD-2-clause +Release: %{?prever:0.}9%{?prever:.%{prever}}%{?dist}.1 +License: BSD Url: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz Source1: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz.sig @@ -137,6 +137,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Tue Apr 09 2024 Alexander Bokovoy - 2.6.1-9.1 +- Revert SPDX license change as RHEL 9 does not use it + * Fri Feb 09 2024 Alexander Bokovoy - 2.6.1-9 - Prevent access to global C++ variables once they destroyed - Patch from Neil Horman (OpenSSL)