From 11cc9b965ececd21b1ef434f3157a4d58c2a474d Mon Sep 17 00:00:00 2001 From: z30023234 Date: Thu, 20 Oct 2022 11:42:39 +0800 Subject: [PATCH] update release (cherry picked from commit a1e345404af78bf7011834a90174323d87c08179) --- softhsm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/softhsm.spec b/softhsm.spec index 5762e7a..e8f876b 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,6 +1,6 @@ Name: softhsm Version: 2.6.1 -Release: 2 +Release: 3 Summary: Software version of a PKCS#11 Hardware Security Module License: BSD URL: http://www.opendnssec.org/ @@ -97,6 +97,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Thu Oct 20 2022 zhengxiaoxiao 2.6.1-3 +- update release + * Fri Dec 25 2020 panxiaohe 2.6.1-2 - fix relative path of libsofthsm2.so to ensure file exists -- Gitee