Revert "Migrate to SPDX licence"

CentOS 9 Stream and RHEL 9 aren't using SPDX licensing naming.
This reverts commit 22800332c1.

Related: RHEL-24824

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Alexander Bokovoy 2024-04-09 16:23:39 +03:00
parent 22800332c1
commit 517ec671e0
1 changed files with 5 additions and 2 deletions

View File

@ -4,8 +4,8 @@
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.6.1 Version: 2.6.1
Release: %{?prever:0.}9%{?prever:.%{prever}}%{?dist} Release: %{?prever:0.}9%{?prever:.%{prever}}%{?dist}.1
License: BSD-2-clause 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
Source1: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz.sig 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 fi
%changelog %changelog
* Tue Apr 09 2024 Alexander Bokovoy <abokovoy@redhat.com> - 2.6.1-9.1
- Revert SPDX license change as RHEL 9 does not use it
* Fri Feb 09 2024 Alexander Bokovoy <abokovoy@redhat.com> - 2.6.1-9 * Fri Feb 09 2024 Alexander Bokovoy <abokovoy@redhat.com> - 2.6.1-9
- Prevent access to global C++ variables once they destroyed - Prevent access to global C++ variables once they destroyed
- Patch from Neil Horman (OpenSSL) - Patch from Neil Horman (OpenSSL)