From b9cc15abb2daa223c635167f01d1acff591fdc76 Mon Sep 17 00:00:00 2001 From: gaoxingwang Date: Fri, 17 Feb 2023 11:21:09 +0800 Subject: [PATCH] add BuildRequire for make to fix build failure (cherry picked from commit ecbfedb405214692ced611e432952478c79040dd) --- iproute.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 3dcf18a..37d7aa7 100644 --- a/iproute.spec +++ b/iproute.spec @@ -2,7 +2,7 @@ Name: iproute Version: 5.15.0 Epoch: 1 -Release: 11 +Release: 12 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -34,7 +34,7 @@ Patch9000: feature-iproute-add-support-for-ipvlan-l2e-mode.patch Patch9001: bugfix-iproute2-cancel-some-test-cases.patch BuildRequires: gcc bison elfutils-libelf-devel flex iptables-devel -BuildRequires: libmnl-devel libselinux-devel pkgconfig libbpf-devel sudo +BuildRequires: libmnl-devel libselinux-devel pkgconfig libbpf-devel sudo make Requires: libbpf psmisc Provides: /sbin/ip iproute-tc tc @@ -107,6 +107,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Fri Feb 17 2023 gaoxingwang - 1:5.15.0-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add BuildRequire for make to fix build failure + * Wed Feb 8 2023 gaoxingwang - 1:5.15.0-11 - Type:bugfix - ID:NA