diff --git a/ltrace.spec b/ltrace.spec index 072498f7db9177631fece66e1039a3f23e43877f..4e400b05e45e6de5380575ac327bcd2734f6ff69 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,6 +1,6 @@ name: ltrace Version: 0.7.91 -Release: 31 +Release: 32 Summary: Trace the Library and System Calls a Program Makes License: GPLv2+ @@ -44,11 +44,7 @@ ltrace on binaries for which you do not have access to the source. This is still a work in progress, so, for example, the tracking to child processes may fail or some things may not work as expected. -%package help -Summary: Help document for the ltrace package - -%description help -Help document for the ltrace package. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -74,6 +70,9 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog +* Tue Aug 20 2024 Wei Zhang - 0.7.91-32 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Nov 06 2020 Ge Wang - 0.7.91-31 - Set help packge as ltrace package's install require