diff --git a/zerofree.spec b/zerofree.spec index 1843315881f9d72a671ad4ccdac71628b1513abc..b85195034e85c0907f5f46ed3a92e69394f1d86a 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