diff --git a/adjust-installation-directories-for-openSUSE-SLE.patch b/adjust-installation-directories-for-openSUSE-SLE.patch index d11782c..1f9f043 100644 --- a/adjust-installation-directories-for-openSUSE-SLE.patch +++ b/adjust-installation-directories-for-openSUSE-SLE.patch @@ -10,19 +10,17 @@ Match the directory layout of openSUSE and SLE. tc/q_netem.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) -Index: iproute2-6.6.0/Makefile +Index: iproute2-6.7.0/Makefile =================================================================== ---- iproute2-6.6.0.orig/Makefile -+++ iproute2-6.6.0/Makefile -@@ -15,10 +15,10 @@ MAKEFLAGS += --no-print-directory +--- iproute2-6.7.0.orig/Makefile ++++ iproute2-6.7.0/Makefile +@@ -15,8 +15,8 @@ MAKEFLAGS += --no-print-directory endif PREFIX?=/usr -SBINDIR?=/sbin -+SBINDIR?=/usr/sbin - CONF_ETC_DIR?=/etc/iproute2 - CONF_USR_DIR?=$(LIBDIR)/iproute2 -NETNS_RUN_DIR?=/var/run/netns ++SBINDIR?=/usr/sbin +NETNS_RUN_DIR?=/run/netns NETNS_ETC_DIR?=/etc/netns DATADIR?=$(PREFIX)/share @@ -36,10 +34,10 @@ Index: iproute2-6.6.0/Makefile ifneq ($(SHARED_LIBS),y) DEFINES+= -DNO_SHARED_LIBS endif -Index: iproute2-6.6.0/netem/Makefile +Index: iproute2-6.7.0/netem/Makefile =================================================================== ---- iproute2-6.6.0.orig/netem/Makefile -+++ iproute2-6.6.0/netem/Makefile +--- iproute2-6.7.0.orig/netem/Makefile ++++ iproute2-6.7.0/netem/Makefile @@ -7,6 +7,7 @@ DISTDATA = normal.dist pareto.dist paret HOSTCC ?= $(CC) CCOPTS = $(CBUILD_CFLAGS) @@ -60,10 +58,10 @@ Index: iproute2-6.6.0/netem/Makefile done clean: -Index: iproute2-6.6.0/tc/q_netem.c +Index: iproute2-6.7.0/tc/q_netem.c =================================================================== ---- iproute2-6.6.0.orig/tc/q_netem.c -+++ iproute2-6.6.0/tc/q_netem.c +--- iproute2-6.7.0.orig/tc/q_netem.c ++++ iproute2-6.7.0/tc/q_netem.c @@ -131,7 +131,7 @@ static int get_distribution(const char * char *line = NULL; char name[128]; diff --git a/iproute2-6.6.0.tar.sign b/iproute2-6.6.0.tar.sign deleted file mode 100644 index 4cc86ae..0000000 Binary files a/iproute2-6.6.0.tar.sign and /dev/null differ diff --git a/iproute2-6.6.0.tar.xz b/iproute2-6.6.0.tar.xz deleted file mode 100644 index 206c976..0000000 --- a/iproute2-6.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce -size 917964 diff --git a/iproute2-6.7.0.tar.sign b/iproute2-6.7.0.tar.sign new file mode 100644 index 0000000..7dc4ce0 Binary files /dev/null and b/iproute2-6.7.0.tar.sign differ diff --git a/iproute2-6.7.0.tar.xz b/iproute2-6.7.0.tar.xz new file mode 100644 index 0000000..525d303 --- /dev/null +++ b/iproute2-6.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d +size 919800 diff --git a/iproute2.changes b/iproute2.changes index d0f8f5d..36fa5d0 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 31 18:09:41 UTC 2024 - Jan Engelhardt + +- Update to release 6.7 + * devlink: Support setting port function ipsec_crypto cap and + ipsec_packet cap + * iplink: bridge: Add support for bridge FDB learning limits + * bridge: fdb: support match on source VNI, nexthop ID, + destination VNI, destination port, destination IP address and + [no]router flag in the flush command + * bridge: mdb: Add get support + ------------------------------------------------------------------- Thu Nov 30 22:40:27 UTC 2023 - Jan Engelhardt diff --git a/iproute2.spec b/iproute2.spec index d614668..6453f12 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -1,7 +1,7 @@ # # spec file for package iproute2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _buildshell /bin/bash Name: iproute2 -Version: 6.6 +Version: 6.7 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only @@ -166,7 +166,7 @@ EOF %_mandir/man7/* %_mandir/man8/* %exclude %_mandir/man8/arpd.8* -/usr/lib/iproute2 +%_datadir/iproute2/ %_libdir/tc/ %_datadir/tc/ %_docdir/%name/