]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
iproute2: Update to 4.15.0
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 21:35:11 +0000 (21:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 21:35:11 +0000 (21:35 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
iproute2/iproute2.nm

index 7ae96e931b09290782eb89e48dbaec45f345aeea..17abdda18378a89a10feb7f444881864fd9020b6 100644 (file)
@@ -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