diff --git a/attr.spec b/attr.spec index b7f130e99e9e13ebdd609791131e8cb7073b8de3..110bb952acc66b409f3d9afe96542204f7a882cc 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.5.1 -Release: 4 +Release: 5 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -36,12 +36,7 @@ For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. -%package help -Summary: Including man files for attr -Requires: man - -%description help -This contains man files for the using of attr +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -96,6 +91,9 @@ fi %{_mandir}/man3/* %changelog +* Mon Aug 19 2024 Pan Zhang - 2.5.1-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Dec 26 2022 tangyuchen - 2.5.1-4 - fix redundant spec code