diff --git a/iproute.spec b/iproute.spec index 69991c646b6337abf443d5efb8294dcb2bf96080..5967d4b6b4e9948b7cf8b06a98b1b110d659d040 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,7 +1,7 @@ #needsrootforbuild 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/ @@ -37,7 +37,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: libdb-devel libmnl-devel libselinux-devel pkgconfig git sudo +BuildRequires: libdb-devel libmnl-devel libselinux-devel pkgconfig git sudo make Requires: %{name}-help Provides: /sbin/ip iproute-tc tc @@ -110,6 +110,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