diff --git a/opencryptoki.spec b/opencryptoki.spec index 3437cba3de63ab12ff5da136280a58c26df877e8..1aa91823045fe76e0e7d8eb4533aea67fc73ac92 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -1,6 +1,6 @@ Name: opencryptoki Version: 3.10.0 -Release: 3 +Release: 4 Summary: PKCS#11 library and tools for Linux License: CPL URL: http://sourceforge.net/projects/opencryptoki @@ -40,11 +40,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 @@ -114,5 +110,8 @@ exit 0 %changelog +* Tue Aug 20 2024 ShuKun Qu - 3.10.0-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Feb 28 2020 zhujunhao - 3.10.0-3 - Package init