diff --git a/iproute2-3.12.0.tar.sign b/iproute2-3.12.0.tar.sign deleted file mode 100644 index fdb64b1..0000000 Binary files a/iproute2-3.12.0.tar.sign and /dev/null differ diff --git a/iproute2-3.12.0.tar.xz b/iproute2-3.12.0.tar.xz deleted file mode 100644 index 02b9851..0000000 --- a/iproute2-3.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44f600475d27a421688cda2294efec38513473a740c24ead78eb20005f08f111 -size 425192 diff --git a/iproute2-3.14.0.tar.sign b/iproute2-3.14.0.tar.sign new file mode 100644 index 0000000..7a57ab5 Binary files /dev/null and b/iproute2-3.14.0.tar.sign differ diff --git a/iproute2-3.14.0.tar.xz b/iproute2-3.14.0.tar.xz new file mode 100644 index 0000000..015bb09 --- /dev/null +++ b/iproute2-3.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4 +size 435844 diff --git a/iproute2.changes b/iproute2.changes index 9a1974a..03ef411 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Apr 16 19:46:36 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.14 +* ip link: support for High Availability Seamless Redundancy + (HSR) network devices. +* ip link: support for creating/deleting bonding devices +* ip link: support for specifying interface indexes during + creation of devices +* tc/pkt_sched: add support for the "FQ" Fair Queue packet scheduler +* tc: support for the BPF-based traffic classifier +* tc, netem: support 64-bit quantity rate speeds +* tc: support for the new "PIE" Proportional Integral controller + Enhanced scheduler +* ss: display PF_LOCAL-SOCK_SEQPACKET sockets as such rather than + SOCK_DGRAM +* ss: display zone names when so needed +* ss: add support for retrieving SELinux contexts + ------------------------------------------------------------------- Mon Dec 9 16:35:15 UTC 2013 - jengelh@inai.de diff --git a/iproute2.spec b/iproute2.spec index 145fe08..b3b1f80 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -1,7 +1,7 @@ # # spec file for package iproute2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ Name: iproute2 -Version: 3.12 +Version: 3.14 Release: 0 -%define rversion 3.12.0 +%define rversion 3.14.0 Summary: Linux network configuration utilities License: GPL-2.0 Group: Productivity/Networking/Routing @@ -68,8 +68,10 @@ BuildRequires: tetex-latex %define with_xt 1 %if 0%{?with_xt} %if 0%{?suse_version} >= 1140 +BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(xtables) >= 1.4.11 %else +BuildRequires: libselinux-devel BuildRequires: libxtables-devel >= 1.4.11 %endif %endif