add BuildRequire for make to fix build failure
This commit is contained in:
parent
a61efd94c9
commit
52f2bba55f
10
iproute.spec
10
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 <gaoxingwang1@huawei.com> - 5.5.0-12
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add BuildRequire for make to fix build failure
|
||||
|
||||
* Mon Oct 10 2022 jiangheng <jiangheng14@huawei.com> - 5.5.0-11
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user