diff --git a/softhsm.spec b/softhsm.spec index 311eb90..9b22c06 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.}9%{?prever:.%{prever}}%{?dist} +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 @@ -137,6 +137,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Mon Jun 24 2024 Troy Dawson - 2.6.1-9.1 +- Bump release for June 2024 mass rebuild + * Fri Feb 09 2024 Alexander Bokovoy - 2.6.1-9 - Prevent access to global C++ variables once they destroyed - Patch from Neil Horman (OpenSSL)