From f86f86b083569498935a54148c1ac7d06cce733f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Wed, 21 Aug 2024 16:13:23 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- opencryptoki.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/opencryptoki.spec b/opencryptoki.spec index e9917e8..c2b2c19 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 -- Gitee