From d69829a6787b290923983b04b9a15a49587b83f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=8B=87=E5=BC=BA?= <1449849207@qq.com> Date: Wed, 21 Aug 2024 05:52:06 +0000 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 方勇强 <1449849207@qq.com> --- zerofree.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/zerofree.spec b/zerofree.spec index 1843315..b851950 100644 --- a/zerofree.spec +++ b/zerofree.spec @@ -1,6 +1,6 @@ Name: zerofree Version: 1.1.1 -Release: 3 +Release: 4 Summary: Utility to force unused ext2/3/4 inodes and blocks to zero License: GPLv2 URL: https://frippery.org/uml/ @@ -13,12 +13,7 @@ BuildRequires: e2fsprogs-devel This module is a utility to set unused filesystem inodes and blocks of an ext2/3/4 filesystem to zero, which can improve the compressibility and privacy of an ext2/3/4 filesystem. -%package help -Summary: man files for %{name} -Requires: man - -%description help -This package includes man files for %{name}. +%package_help %prep %autosetup -p1 @@ -41,5 +36,8 @@ install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man8/zerofree.8 %{_mandir}/man*/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1.1.1-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Dec 12 2019 openEuler Buildteam - 1.1.1-3 - Package init -- Gitee