From 05a58357723c1181c70746157f7a2940cdd40b5a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 9 Apr 2024 16:53:33 +0300 Subject: [PATCH] Update release Fix suffix of the release: instead of using 9.1 release it appeared as 9.el9.1 which will confuse the machinery. Related: RHEL-24824 Signed-off-by: Alexander Bokovoy --- softhsm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softhsm.spec b/softhsm.spec index 11c5af3..7426b85 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}.1 +Release: %{?prever:0.}10%{?prever:.%{prever}}%{?dist} License: BSD Url: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/%{?prever:testing/}%{name}-%{version}.tar.gz @@ -137,7 +137,7 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog -* Tue Apr 09 2024 Alexander Bokovoy - 2.6.1-9.1 +* Tue Apr 09 2024 Alexander Bokovoy - 2.6.1-10 - Revert SPDX license change as RHEL 9 does not use it * Fri Feb 09 2024 Alexander Bokovoy - 2.6.1-9