From 7b403fb001bc7ac8d48fa276ef6ea997dc84e1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 13:09:07 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- keyutils.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keyutils.spec b/keyutils.spec index cf86388..e48ed6b 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,6 +1,6 @@ Name: keyutils Version: 1.6.3 -Release: 5 +Release: 6 Summary: Utilities of Linux Key Management License: GPLv2+ and LGPLv2+ @@ -31,11 +31,8 @@ Requires: %{name}-libs = %{version}-%{release} %description libs-devel The libs-devel package of keyutils. -%package help -Summary: man files and other docs for keyutils +%package_help -%description help -The help package for keyutils. %prep %autosetup -n %{name}-%{version} -p1 @@ -96,6 +93,9 @@ make \ %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 guochaofan - 1.6.3-6 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Fri Aug 05 2022 xuraoqing - 1.6.3-5 - DESC: fixed incorrect changelog time -- Gitee