From 9e65524135d76a153ce20e0fcf79b773264f2499 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:39:13 +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 3437cba..1aa9182 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 -- Gitee