diff --git a/opencryptoki.spec b/opencryptoki.spec index e9917e8b21f505489b90a3e2953318703da03cbe..c2b2c198c51f8a884434f12aad67cda03910d772 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -1,6 +1,6 @@ Name: opencryptoki Version: 3.22.0 -Release: 2 +Release: 3 Summary: PKCS#11 library and tools for Linux License: CPL-1.0 URL: https://github.com/opencryptoki/opencryptoki @@ -47,11 +47,7 @@ Requires: opencryptoki = %{version}-%{release} This package provides development and header files for building opencryptoki and PKCS#11 based applications. -%package help -Summary: Document for openCryptoki - -%description help -Document for openCryptoki. +%package_help %prep %autosetup -p1 @@ -143,6 +139,9 @@ fi %changelog +* Tue Aug 20 2024 ShuKun Qu - 3.22.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Feb 01 2024 wangkai <13474090681@163.com> - 3.22.0-2 - Fix CVE-2024-0914