diff --git a/quota.spec b/quota.spec index 831c2e50c7b8e601d80ca63aa123d328f023267d..4aed540c618e8f6be5424d5b6426ac3029e7b21c 100644 --- a/quota.spec +++ b/quota.spec @@ -1,7 +1,7 @@ Name: quota Version: 4.06 Epoch: 1 -Release: 8 +Release: 9 Summary: Linux Diskquota system as part of the Linux kernel License: BSD and GPLv2 and GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/linuxquota/ @@ -55,13 +55,7 @@ Requires: quota = %{epoch}:%{version}-%{release} This contains header files for the developing of quota RPC. -%package help -Summary: Including man files for quota -Requires: man - -%description help -This contains man files for the using of quota. - +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -127,6 +121,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 Zekai Zhao - 1:4.06-9 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Tue Jul 30 2024 wuguanghao - 1:4.06-8 - common.c: fix strncat usage