From 862f50bedbf74a8c34e733325f422eb6c90e6d70 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 14:32:27 +0800 Subject: [PATCH] Added Buildarch:noarch to the help subpackage --- systemtap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index b1f6e9e..0518938 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -22,7 +22,7 @@ Name: systemtap Version: 4.3 -Release: 3 +Release: 4 Summary: Linux trace and probe tool License: GPLv2+ and Public Domain URL: http://sourceware.org/systemtap @@ -162,6 +162,7 @@ to remote requesters on demand. %package help Summary: systemtap manual +Buildarch: noarch License: GPLv2+ URL: http://sourceware.org/systemtap @@ -452,6 +453,9 @@ exit 0 %{_mandir}/man[1378]/* %changelog +* Wed Aug 21 2024 chengsongyuxuan - 4.3-4 +- Add 'Buildarch: noarch' to the help subpackage. + * Thu Jan 25 2024 liuchao - 4.3-3 - Remove requires on gcc and systemtap-devel