From 517ec671e0ee9fdf74003c46c00872b892861a5c Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 9 Apr 2024 16:23:39 +0300 Subject: [PATCH] Revert "Migrate to SPDX licence" CentOS 9 Stream and RHEL 9 aren't using SPDX licensing naming. This reverts commit 22800332c19b1523e9cf3bd71fc6ad5079753d9b. Related: RHEL-24824 Signed-off-by: Alexander Bokovoy --- softhsm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)