From f30d17765f2626ae5c62e3d3d09be3233fd7af5c Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Tue, 8 Nov 2022 06:36:05 +0000 Subject: [PATCH] update release Signed-off-by: zhengxiaoxiao --- softhsm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/softhsm.spec b/softhsm.spec index 5762e7a..415a0d5 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 +* Tue Nov 8 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