!50 [sync] PR-49: Remove requires on gcc and systemtap-devel

From: @openeuler-sync-bot 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2024-01-27 03:04:27 +00:00 committed by Gitee
commit c2fd24aa52
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,7 +22,7 @@
Name: systemtap Name: systemtap
Version: 4.3 Version: 4.3
Release: 2 Release: 3
Summary: Linux trace and probe tool Summary: Linux trace and probe tool
License: GPLv2+ and Public Domain License: GPLv2+ and Public Domain
URL: http://sourceware.org/systemtap URL: http://sourceware.org/systemtap
@ -44,7 +44,6 @@ BuildRequires: crash-devel zlib-devel
%endif %endif
Requires: systemtap-client = %{version}-%{release} Requires: systemtap-client = %{version}-%{release}
Requires: systemtap-devel = %{version}-%{release}
Recommends: %{name}-help = %{version}-%{release} Recommends: %{name}-help = %{version}-%{release}
%description %description
@ -56,7 +55,7 @@ the components needed to locally develop and execute systemtap scripts.
%package devel %package devel
Summary: Programmable system-wide instrumentation system - development headers, tools Summary: Programmable system-wide instrumentation system - development headers, tools
License: GPLv2+ License: GPLv2+
Requires: gcc make kernel-devel systemd Requires: make kernel-devel systemd
%description devel %description devel
This package contains the components needed to compile a systemtap This package contains the components needed to compile a systemtap
@ -453,6 +452,9 @@ exit 0
%{_mandir}/man[1378]/* %{_mandir}/man[1378]/*
%changelog %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 * Thu Nov 12 2020 xinghe <xinghe1@huawei.com> - 4.3-2
- add help for Recommends - add help for Recommends