From 52f2bba55fb4ef95acbd25cb156bc89c1f1a0f79 Mon Sep 17 00:00:00 2001 From: gaoxingwang Date: Fri, 17 Feb 2023 15:30:00 +0800 Subject: [PATCH] add BuildRequire for make to fix build failure --- iproute.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 0cca433..948fa76 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,6 @@ Name: iproute Version: 5.5.0 -Release: 11 +Release: 12 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -35,7 +35,7 @@ Patch6004: backport-ip-address-Fix-memory-leak-when-specifying-device.patch Patch6005: backport-ip-neigh-Fix-memory-leak-when-doing-get.patch BuildRequires: gcc bison elfutils-libelf-devel flex iptables-devel libcap-devel -BuildRequires: libmnl-devel libselinux-devel pkgconfig git +BuildRequires: libmnl-devel libselinux-devel pkgconfig git make Requires: %{name}-help Provides: /sbin/ip iproute-tc tc @@ -101,6 +101,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Fri Feb 17 2023 gaoxingwang - 5.5.0-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add BuildRequire for make to fix build failure + * Mon Oct 10 2022 jiangheng - 5.5.0-11 - Type:bugfix - Id:NA