diff --git a/systemtap.spec b/systemtap.spec index c78922640c2d82e5e1eb3478e3f5ed5dc11ada1f..e2ea9d5cdf138ce209604e3df695b3c23b9aac93 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -22,7 +22,7 @@ Name: systemtap Version: 5.0 -Release: 2 +Release: 3 Summary: Linux trace and probe tool License: GPLv2+ and Public Domain URL: http://sourceware.org/systemtap @@ -175,13 +175,7 @@ This package includes files needed to build and run the interactive systemtap Jupyter kernel, either locally or within a container. -%package help -Summary: systemtap manual -License: GPLv2+ -URL: http://sourceware.org/systemtap - -%description help -This package include systemtap manual +%package_help %prep %autosetup -p1 @@ -478,6 +472,9 @@ exit 0 %{_mandir}/man[1378]/* %changelog +* Mon Aug 19 2024 zhangyi - 5.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jul 05 2024 wangqiang - 5.0-2 - Type:update - CVE:NA