diff --git a/iproute2-5.19.0.tar.sign b/iproute2-5.19.0.tar.sign deleted file mode 100644 index cfba117..0000000 Binary files a/iproute2-5.19.0.tar.sign and /dev/null differ diff --git a/iproute2-5.19.0.tar.xz b/iproute2-5.19.0.tar.xz deleted file mode 100644 index 1fb8163..0000000 --- a/iproute2-5.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791 -size 892696 diff --git a/iproute2-6.0.0.tar.sign b/iproute2-6.0.0.tar.sign new file mode 100644 index 0000000..9bbbf19 Binary files /dev/null and b/iproute2-6.0.0.tar.sign differ diff --git a/iproute2-6.0.0.tar.xz b/iproute2-6.0.0.tar.xz new file mode 100644 index 0000000..b56954b --- /dev/null +++ b/iproute2-6.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a +size 900312 diff --git a/iproute2.changes b/iproute2.changes index b2d59ab..17f0c3a 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 8 14:30:53 UTC 2022 - Callum Farmer + +- update to 6.0: + * ipstats: Add param.h for musl + * Update kernel headers + * libbpf: add xdp program name support + * iplink: bond_slave: add per port prio support + * seg6: add support for SRv6 Headend Reduced Encapsulation + * lib: Introduce ppp protocols + * f_flower: Introduce PPPoE support + ------------------------------------------------------------------- Wed Aug 10 10:35:10 UTC 2022 - Callum Farmer diff --git a/iproute2.spec b/iproute2.spec index 93b8a0c..f49ceda 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -18,7 +18,7 @@ %define _buildshell /bin/bash Name: iproute2 -Version: 5.19 +Version: 6.0 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only @@ -76,6 +76,8 @@ Summary: Bash completion for iproute License: GPL-2.0-or-later Group: System/Shells Requires: bash-completion +Requires: %{name} +Supplements: (%{name} and bash-completion) %description bash-completion bash command line completion support for iproute. @@ -133,6 +135,7 @@ for BIN in lnstat nstat routel ss; do done mkdir -p "$b/%_docdir/%name" cp -an README* examples/bpf "$b/%_docdir/%name/" +sed 's-/usr/bin/env python3-/usr/bin/python3-g' -i "$b/%_sbindir/routel" %fdupes %buildroot/%_prefix %post