diff --git a/ltrace.spec b/ltrace.spec index a201609f0f648152a05d1592751f0a44cde6c671..5f6c5c46f702e88e6ef6f9abdf05fafe3a29aa2a 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,6 +1,6 @@ name: ltrace Version: 0.7.91 -Release: 34 +Release: 35 Summary: Trace the Library and System Calls a Program Makes License: GPLv2+ @@ -51,11 +51,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 @@ -85,6 +81,9 @@ autoreconf -i %{_mandir}/man5/ltrace.conf.5* %changelog +* Tue Aug 20 2024 Wei Zhang - 0.7.91-35 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Jun 28 2024 yingjun.ni - 0.7.91-34 - Add support for ppc64le proc and ELF ABIv2