From a96fec19fd92be3eec0ba5c42204fe6ea0ae0bee Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Tue, 31 Jan 2023 11:45:24 +0800 Subject: [PATCH] Add net-tools and ethtool to Requires (cherry picked from commit b3bb7c5117865a652f0734cbfaf36253d44df9ec) --- gala-gopher.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gala-gopher.spec b/gala-gopher.spec index 0a5982b..4d4fa27 100644 --- a/gala-gopher.spec +++ b/gala-gopher.spec @@ -5,7 +5,7 @@ Summary: Intelligent ops toolkit for openEuler Name: gala-gopher Version: 1.0.1 -Release: 3 +Release: 4 License: Mulan PSL v2 URL: https://gitee.com/openeuler/gala-gopher Source: %{name}-%{version}.tar.gz @@ -17,7 +17,7 @@ BuildRequires: libbpf-devel >= 2:0.3 uthash-devel log4cplus-devel Requires: bash glibc elfutils zlib elfutils-devel bpftool Requires: dmidecode python3-psycopg2 python3-yaml erlang-eflame Requires: flamegraph-stackcollapse iproute libcurl -Requires: libbpf >= 2:0.3 hostname kmod +Requires: libbpf >= 2:0.3 hostname kmod net-tools ethtool Patch1: add-configuration-instructions.patch Patch2: fix-stackprobe-memory-allocation-and-deallocation-er.patch @@ -75,6 +75,9 @@ popd /usr/lib/systemd/system/gala-gopher.service %changelog +* Tue Jan 31 2023 Zhen Chen - 1.0.1-4 +- add net-tools and ethtool to Requires + * Sun Jan 29 2023 Zhen Chen - 1.0.1-3 - specify libbpf version in BuildRequires and add some Requires -- Gitee