Remove requires on gcc and systemtap-devel

Signed-off-by: SuperSix173 <liuchao173@huawei.com>
(cherry picked from commit bd1901a111af9f04db7839f52a9dc1011480ad83)
This commit is contained in:
SuperSix173 2024-01-25 19:25:19 +08:00 committed by openeuler-sync-bot
parent b00b63978c
commit b083ac5c14

View File

@ -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 <liuchao173@huawei.com> - 4.3-3
- Remove requires on gcc and systemtap-devel
* Thu Nov 12 2020 xinghe <xinghe1@huawei.com> - 4.3-2
- add help for Recommends