From: Michael Tremer Date: Tue, 6 Feb 2018 21:35:11 +0000 (+0000) Subject: iproute2: Update to 4.15.0 X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=b63b4814fdba87e9c2bdca5fdc905de737f42a4b iproute2: Update to 4.15.0 Signed-off-by: Michael Tremer --- diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 7ae96e931..17abdda18 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -4,11 +4,11 @@ ############################################################################### name = iproute2 -version = 4.12.0 +version = 4.15.0 release = 1 groups = Networking/Tools -url = http://www.linuxfoundation.org/en/Net:Iproute2 +url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git license = GPLv2+ summary = Advanced IP routing and network device configuration tools. @@ -18,7 +18,7 @@ description capabilities of the Linux 2.4.x and 2.6.x kernel. end -source_dl = http://kernel.org/pub/linux/utils/net/iproute2/ +source_dl = https://kernel.org/pub/linux/utils/net/iproute2/ sources = %{thisapp}.tar.xz build @@ -30,10 +30,6 @@ build linux-atm-devel >= 2.5.1 end - prepare_cmds - sed -e "s/^LIBDIR=/LIBDIR?=/" -i Makefile - end - export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS} export LIBDIR = %{libdir} export SBINDIR = %{sbindir} @@ -45,7 +41,7 @@ build install -v -m 644 lib/libnetlink.a %{BUILDROOT}%{libdir} end - # Keep libnetlink.a. + # Keep libnetlink.a keep_libraries %{libdir}/libnetlink.a end