diff --git a/iproute2-4.15.0.tar.sign b/iproute2-4.15.0.tar.sign deleted file mode 100644 index 4236441..0000000 Binary files a/iproute2-4.15.0.tar.sign and /dev/null differ diff --git a/iproute2-4.15.0.tar.xz b/iproute2-4.15.0.tar.xz deleted file mode 100644 index 4b6a597..0000000 --- a/iproute2-4.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48d4616a99d7b609b7b795c0ae8ec57099fb0271ed89253e8772c02327798355 -size 648836 diff --git a/iproute2-4.16.0.tar.sign b/iproute2-4.16.0.tar.sign new file mode 100644 index 0000000..031634e Binary files /dev/null and b/iproute2-4.16.0.tar.sign differ diff --git a/iproute2-4.16.0.tar.xz b/iproute2-4.16.0.tar.xz new file mode 100644 index 0000000..90aec23 --- /dev/null +++ b/iproute2-4.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5c24020fd7349fe25728c5edee9fb6a1bc8a38f08e23be5c57a6301e55ee0a +size 661336 diff --git a/iproute2.changes b/iproute2.changes index 5fe33e0..6b5475f 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -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 diff --git a/iproute2.spec b/iproute2.spec index 19071a8..1303fb6 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -17,9 +17,9 @@ 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 Group: Productivity/Networking/Routing @@ -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 @@ -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/*