From b083ac5c1475637024ac0a466d3e8d1cae4032d3 Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Thu, 25 Jan 2024 19:25:19 +0800 Subject: [PATCH] Remove requires on gcc and systemtap-devel Signed-off-by: SuperSix173 (cherry picked from commit bd1901a111af9f04db7839f52a9dc1011480ad83) --- systemtap.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 92c047b..b1f6e9e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -22,7 +22,7 @@ Name: systemtap Version: 4.3 -Release: 2 +Release: 3 Summary: Linux trace and probe tool License: GPLv2+ and Public Domain URL: http://sourceware.org/systemtap @@ -44,7 +44,6 @@ BuildRequires: crash-devel zlib-devel %endif Requires: systemtap-client = %{version}-%{release} -Requires: systemtap-devel = %{version}-%{release} Recommends: %{name}-help = %{version}-%{release} %description @@ -56,7 +55,7 @@ the components needed to locally develop and execute systemtap scripts. %package devel Summary: Programmable system-wide instrumentation system - development headers, tools License: GPLv2+ -Requires: gcc make kernel-devel systemd +Requires: make kernel-devel systemd %description devel This package contains the components needed to compile a systemtap @@ -453,6 +452,9 @@ exit 0 %{_mandir}/man[1378]/* %changelog +* Thu Jan 25 2024 liuchao - 4.3-3 +- Remove requires on gcc and systemtap-devel + * Thu Nov 12 2020 xinghe - 4.3-2 - add help for Recommends