From 415537ca37c5ef019b3c3924c6e921da1deae9f2 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:10:53 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- keyutils.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/keyutils.spec b/keyutils.spec index d4a79cd..654943a 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,6 +1,6 @@ Name: keyutils Version: 1.6.3 -Release: 4 +Release: 5 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,10 @@ make \ %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 guochaofan - 1.6.3-5 +- Replaces declaration of help subpackage with the 'package_help' marco. + + * Wed Aug 04 2021 chenyanpanHW - 1.6.3-4 - DESC: delete BuildRequires gdb -- Gitee