Accepting request 595098 from home:mkubecek:branches:security:netfilter
- Update to new upstream release 4.16 - use %license for license file (bsc#1082318) OBS-URL: https://build.opensuse.org/request/show/595098 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=157
This commit is contained in:
parent
50d852a715
commit
aea3552674
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
|
Tue Mar 6 12:35:05 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 4.15.0
|
Version: 4.16
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 4.15.0
|
%define rversion 4.16.0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libmnl)
|
|||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: pkgconfig(xtables) >= 1.4.11
|
BuildRequires: pkgconfig(xtables) >= 1.4.11
|
||||||
%endif
|
%endif
|
||||||
Provides: %name-doc = 4.15.0
|
Provides: %name-doc = %{version}
|
||||||
Provides: iproute = %version-%release
|
Provides: iproute = %version-%release
|
||||||
Provides: %name(xfrm6_raw) = %version-%release
|
Provides: %name(xfrm6_raw) = %version-%release
|
||||||
Obsoletes: %name-doc < 4.15.0
|
Obsoletes: %name-doc < 4.15.0
|
||||||
@ -120,7 +120,7 @@ for BIN in lnstat nstat routef routel ss; do
|
|||||||
ln -sf "%_sbindir/$BIN" "$b/%_bindir/$BIN"
|
ln -sf "%_sbindir/$BIN" "$b/%_bindir/$BIN"
|
||||||
done
|
done
|
||||||
rm "$b/%_sbindir/ifcfg"
|
rm "$b/%_sbindir/ifcfg"
|
||||||
cp -an README* COPYING "$b/%_docdir/%name/"
|
cp -an README* "$b/%_docdir/%name/"
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -141,6 +141,11 @@ cp -an README* COPYING "$b/%_docdir/%name/"
|
|||||||
%_libdir/tc/
|
%_libdir/tc/
|
||||||
%_datadir/tc/
|
%_datadir/tc/
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
|
%if (0%{?suse_version} >= 1500) || (0%{?sle_version} >= 120300)
|
||||||
|
%license COPYING
|
||||||
|
%else
|
||||||
|
%doc COPYING
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n libnetlink-devel
|
%files -n libnetlink-devel
|
||||||
%_includedir/*
|
%_includedir/*
|
||||||
|
Loading…
Reference in New Issue
Block a user