delete unnecessary gdb from BuildRequires
According to https://gitee.com/src-openeuler/cmake/issues/I415UW, gdb is not necessary for building packages. So remove it.
This commit is contained in:
parent
5cb621ab5f
commit
eba0db1e93
@ -1,12 +1,12 @@
|
|||||||
Summary: Network performance tool with modelling and replay support
|
Summary: Network performance tool with modelling and replay support
|
||||||
Name: uperf
|
Name: uperf
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://www.uperf.org/
|
URL: http://www.uperf.org/
|
||||||
Source0: https://github.com/uperf/uperf/archive/%{version}.tar.gz
|
Source0: https://github.com/uperf/uperf/archive/%{version}.tar.gz
|
||||||
Patch1: uperf-1.0.6-ssl-crash.patch
|
Patch1: uperf-1.0.6-ssl-crash.patch
|
||||||
BuildRequires: gdb-headless gcc automake lksctp-tools-devel openssl-devel
|
BuildRequires: gcc automake lksctp-tools-devel openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Network performance tool that supports modelling and replay of various
|
Network performance tool that supports modelling and replay of various
|
||||||
@ -44,5 +44,8 @@ rm -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
|
|||||||
%{_datadir}/uperf
|
%{_datadir}/uperf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 08 2022 zhaomengmeng <zhaomengmeng@kylinos.cn> - 1.0.7-2
|
||||||
|
- Delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
* Thu Oct 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.7-1
|
* Thu Oct 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.7-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user