From 38897416831accec54a75e40378560f28a21601b Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:16:47 +0800 Subject: [PATCH] delete BuildRequires gdb --- polycube.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/polycube.spec b/polycube.spec index d669c1d..4eb9333 100644 --- a/polycube.spec +++ b/polycube.spec @@ -2,7 +2,7 @@ Name: polycube Version: 0.9.0 -Release: 1 +Release: 2 Summary: eBPF/XDP-based software framework for fast network services running in the Linux kernel. License: Apache 2.0 URL: https://github.com/polycube-network/polycube.git @@ -10,8 +10,8 @@ URL: https://github.com/polycube-network/polycube.git # provides compiler and other compilation tools BuildRequires: cmake #  yum groupinstall "Development Tools" -BuildRequires: asciidoc byacc ctags diffstat gcc-gfortran gdb -BuildRequires: intltool ltrace patchutils perl-Fedora-VSP +BuildRequires: asciidoc byacc ctags diffstat gcc-gfortran +BuildRequires: intltool ltrace patchutils perl-Fedora-VSP BuildRequires: pesign source-highlight systemtap valgrind-devel BuildRequires: openEuler-rpm-config perl-generators @@ -165,6 +165,9 @@ mkdir -p %{buildroot}%{_var}/log/polycube %{_prefix}/local/include/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 0.9.0-2 +- DESC: delete BuildRequires gdb + * TUE Oct 20 2020 liuxin - 0.9.0-1 - Type:bugfix - ID:NA -- Gitee