commit 9542c7cd4ad233c30757b2bf239584c9b998816d
Author: Arkadiusz Miśkiewicz <ar...@maven.pl>
Date:   Tue Oct 31 08:38:52 2017 +0100

    - up to 4.13.0

 fix-bashisms.patch | 4 ++--
 iproute2.spec      | 8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/iproute2.spec b/iproute2.spec
index 275f42c..6fc67d1 100644
--- a/iproute2.spec
+++ b/iproute2.spec
@@ -15,12 +15,12 @@ Summary(es.UTF-8):  Herramientas para encaminamiento 
avanzado y configuración de
 Summary(pl.UTF-8):     Narzędzie do konfigurowania sieci
 Summary(pt_BR.UTF-8):  Ferramentas para roteamento avançado e configuração de 
interfaces de rede
 Name:          iproute2
-Version:       4.12.0
+Version:       4.13.0
 Release:       1
 License:       GPL v2+
 Group:         Networking/Admin
 Source0:       
https://www.kernel.org/pub/linux/utils/net/iproute2/%{name}-%{version}.tar.xz
-# Source0-md5: e6fecdf46a1542a26044e756fbbabe3b
+# Source0-md5: 69dc9e3ece3296890278f0de478330c8
 Source1:       %{name}.tmpfiles
 Patch0:                %{name}-arp.patch
 Patch1:                %{name}-old-hyperref.patch
@@ -222,6 +222,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/ip
 %attr(755,root,root) %{_sbindir}/lnstat
 %attr(755,root,root) %{_sbindir}/nstat
+%attr(755,root,root) %{_sbindir}/rdma
 %attr(755,root,root) %{_sbindir}/routef
 %attr(755,root,root) %{_sbindir}/routel
 %attr(755,root,root) %{_sbindir}/rtacct
@@ -254,6 +255,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ifstat.8*
 %{_mandir}/man8/lnstat.8*
 %{_mandir}/man8/nstat.8*
+%{_mandir}/man8/rdma-dev.8*
+%{_mandir}/man8/rdma-link.8*
+%{_mandir}/man8/rdma.8*
 %{_mandir}/man8/routef.8*
 %{_mandir}/man8/routel.8*
 %{_mandir}/man8/rtacct.8*
diff --git a/fix-bashisms.patch b/fix-bashisms.patch
index ad7fa41..796e9bb 100644
--- a/fix-bashisms.patch
+++ b/fix-bashisms.patch
@@ -15,7 +15,7 @@
      done
    else
      fwd=2
-@@ -127,12 +127,12 @@
+@@ -127,12 +127,12 @@ fi
  arping -q -A -c 1 -I $dev $ipaddr
  noarp=$?
  ( sleep 2 ;
@@ -26,7 +26,7 @@
 -ip route add unreachable 255.255.255.255 >& /dev/null
 +ip route add unreachable 224.0.0.0/24 >/dev/null 2>&1
 +ip route add unreachable 255.255.255.255 >/dev/null 2>&1
- if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
+ if [ "`ip link ls $dev | grep -c MULTICAST`" -ge 1 ]; then
 -  ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
 +  ip route add 224.0.0.0/4 dev $dev scope global >/dev/null 2>&1
  fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iproute2.git/commitdiff/9542c7cd4ad233c30757b2bf239584c9b998816d

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to