diff --git a/attr.spec b/attr.spec index ff9e28392a53551cdc34262a739170dae2e57d0d..82a65a24cc011b4a46c572649e19a168e1764cb1 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.5.1 -Release: 5 +Release: 6 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -37,12 +37,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 @@ -97,6 +92,9 @@ fi %{_mandir}/man3/* %changelog +* Mon Aug 19 2024 Pan Zhang - 2.5.1-6 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Jul 30 2024 wangmian - 2.5.1-5 - fix stale attr(5) references