Accepting request 595278 from security:netfilter
- Update to new upstream release 4.16 OBS-URL: https://build.opensuse.org/request/show/595278 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=96
This commit is contained in:
commit
055c970727
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48d4616a99d7b609b7b795c0ae8ec57099fb0271ed89253e8772c02327798355
|
||||
size 648836
|
BIN
iproute2-4.16.0.tar.sign
Normal file
BIN
iproute2-4.16.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-4.16.0.tar.xz
Normal file
3
iproute2-4.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c5c24020fd7349fe25728c5edee9fb6a1bc8a38f08e23be5c57a6301e55ee0a
|
||||
size 661336
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 05:54:13 UTC 2018 - mkubecek@suse.cz
|
||||
|
||||
- Update to new upstream release 4.16
|
||||
* ip link: allow configuring GSO max values
|
||||
* gre6: add collect metadata support
|
||||
* erspan: add erspan version II support
|
||||
* ip link: add support for netdevsim device type
|
||||
* tc: Add batchsize feature for filter and actions
|
||||
* tc red: allow setting th_min and th_max to the same value
|
||||
* bpf: support map offload
|
||||
* tc: support shared block to share filters between qdiscs
|
||||
* ip tunnel: unify local/remote endpoint address printing
|
||||
* tc: JSON output for prio and RED
|
||||
* rdma: add option to provide "-" sign for the port number
|
||||
* rdma: add filtering infrastructure
|
||||
* rdma: add QP resource tracking information
|
||||
* netns: allow negative nsid
|
||||
* ignore -color when json output is requested
|
||||
* devlink: add support for devlink resource abstraction
|
||||
* devlink: add support for hot reload
|
||||
* ip route: treat "default" and "all"/"any" addresses differenty
|
||||
* ss: allow excluding a socket table from being queried
|
||||
- use %license for license file (bsc#1082318)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 12:35:05 UTC 2018 - dmueller@suse.com
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: iproute2
|
||||
Version: 4.15.0
|
||||
Version: 4.16
|
||||
Release: 0
|
||||
%define rversion 4.15.0
|
||||
%define rversion 4.16.0
|
||||
Summary: Linux network configuration utilities
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Networking/Routing
|
||||
Url: https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
||||
# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
|
||||
@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libmnl)
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(xtables) >= 1.4.11
|
||||
%endif
|
||||
Provides: %name-doc = 4.15.0
|
||||
Provides: %name-doc = %version
|
||||
Provides: iproute = %version-%release
|
||||
Provides: %name(xfrm6_raw) = %version-%release
|
||||
Obsoletes: %name-doc < 4.15.0
|
||||
@ -65,7 +65,7 @@ of Service.
|
||||
|
||||
%package -n libnetlink-devel
|
||||
Summary: A Higher Level Interface to the Netlink Service
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: libnetlink = %version-%release
|
||||
|
||||
@ -75,7 +75,7 @@ New programs should use libmnl-devel instead.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash completion for iproute
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Shells
|
||||
Requires: bash-completion
|
||||
|
||||
@ -120,7 +120,7 @@ for BIN in lnstat nstat routef routel ss; do
|
||||
ln -sf "%_sbindir/$BIN" "$b/%_bindir/$BIN"
|
||||
done
|
||||
rm "$b/%_sbindir/ifcfg"
|
||||
cp -an README* COPYING "$b/%_docdir/%name/"
|
||||
cp -an README* "$b/%_docdir/%name/"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files
|
||||
@ -141,6 +141,11 @@ cp -an README* COPYING "$b/%_docdir/%name/"
|
||||
%_libdir/tc/
|
||||
%_datadir/tc/
|
||||
%_docdir/%name/
|
||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif
|
||||
|
||||
%files -n libnetlink-devel
|
||||
%_includedir/*
|
||||
|
Loading…
Reference in New Issue
Block a user