From 2fbd4fb5ab6b645ecc6d59a47687db9b6f106d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Mon, 19 Aug 2024 13:54:29 +0800 Subject: [PATCH 1/2] Added 'Buildarch:noarch'to the help subpackage --- systemtap.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index c789226..119c071 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,10 +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 +%package_help %description help This package include systemtap manual @@ -478,6 +475,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 -- Gitee From eea7e2d567623925ec7fac56303f51716eb978ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 10:53:16 +0800 Subject: [PATCH 2/2] Replaced declaration of help subpackage with the package_help macro. --- systemtap.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 119c071..e2ea9d5 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -177,9 +177,6 @@ or within a container. %package_help -%description help -This package include systemtap manual - %prep %autosetup -p1 -- Gitee