Jan Engelhardt 2014-04-16 20:29:57 +00:00 committed by Git OBS Bridge
parent d72bbe47d5
commit c16da6fd32
6 changed files with 27 additions and 6 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44f600475d27a421688cda2294efec38513473a740c24ead78eb20005f08f111
size 425192

BIN
iproute2-3.14.0.tar.sign Normal file

Binary file not shown.

3
iproute2-3.14.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4
size 435844

View File

@ -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

View File

@ -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