From c7720a9399a340863c88dec5fd50d54c6b8c3970 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:24:58 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- softhsm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)