From 7ec00d442ad86356728d9c6f7e2ab8601c20ecf5 Mon Sep 17 00:00:00 2001 From: Hugel <2712504175@qq.com> Date: Thu, 28 Jul 2022 11:04:51 +0800 Subject: [PATCH] rebuild for upgrade --- openssl-pkcs11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index cbfeca4..22dc22c 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,6 +1,6 @@ Name: openssl-pkcs11 Version: 0.4.11 -Release: 4 +Release: 5 Summary: A PKCS#11 engine for use with OpenSSL License: LGPLv2+ and BSD URL: https://github.com/OpenSC/libp11 @@ -82,6 +82,9 @@ chrpath -d %{_builddir}/libp11-%{version}/examples/.libs/lt-* %exclude %{_defaultdocdir}/libp11/* %changelog +* Thu Jul 28 2022 Hugel - 0.4.11-5 +- rebuild for upgrade + * Mon Jun 13 2022 fuanan - 0.4.11-4 - remove rpath files of lt-auth and lt-listkeys - add openssl to BuildRequires for make check -- Gitee