From 337d2fbc7bf65d2b2b9a8e381035f5b37313b2d9 Mon Sep 17 00:00:00 2001 From: fangyongqiang Date: Tue, 20 Aug 2024 11:15:10 +0800 Subject: [PATCH 1/2] Replaced declaration of help subpackage with the 'package_help' macro. --- zerofree.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zerofree.spec b/zerofree.spec index 3a97209..25c3fd5 100644 --- a/zerofree.spec +++ b/zerofree.spec @@ -1,6 +1,6 @@ Name: zerofree Version: 1.1.1 -Release: 4 +Release: 5 Summary: Utility to force unused ext2/3/4 inodes and blocks to zero License: GPLv2 URL: https://frippery.org/uml/ @@ -13,13 +13,9 @@ BuildRequires: e2fsprogs-devel gcc 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} +%package_help Requires: man -%description help -This package includes man files for %{name}. - %prep %autosetup -p1 cp -p %{SOURCE1} . @@ -41,6 +37,9 @@ install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man8/zerofree.8 %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 fangyongqiang - 1.1.1-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon May 31 2021 huanghaitao - 1.1.1-4 - Completing build dependencies to fix gcc compiler missing error -- Gitee From 8cb880a2859ee86869f263aa92437a03c870dfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=8B=87=E5=BC=BA?= <1449849207@qq.com> Date: Tue, 20 Aug 2024 09:45:38 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20zerofree.spec.=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4man?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 方勇强 <1449849207@qq.com> --- zerofree.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/zerofree.spec b/zerofree.spec index 25c3fd5..855ab36 100644 --- a/zerofree.spec +++ b/zerofree.spec @@ -14,7 +14,6 @@ This module is a utility to set unused filesystem inodes and blocks of an ext2/3 which can improve the compressibility and privacy of an ext2/3/4 filesystem. %package_help -Requires: man %prep %autosetup -p1 -- Gitee