diff --git a/zerofree.spec b/zerofree.spec index 3a97209f57a88c38a5dfecb016661d297e74cf3a..855ab369c413372aebdacae7b51311adeb091044 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,12 +13,7 @@ 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} -Requires: man - -%description help -This package includes man files for %{name}. +%package_help %prep %autosetup -p1 @@ -41,6 +36,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