Accepting request 1008947 from home:gmbr3:Active
- 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 OBS-URL: https://build.opensuse.org/request/show/1008947 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=228
This commit is contained in:
parent
344e210a90
commit
e24035c1e5
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791
|
|
||||||
size 892696
|
|
BIN
iproute2-6.0.0.tar.sign
Normal file
BIN
iproute2-6.0.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-6.0.0.tar.xz
Normal file
3
iproute2-6.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a
|
||||||
|
size 900312
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 8 14:30:53 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <gmbr3@opensuse.org>
|
Wed Aug 10 10:35:10 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 5.19
|
Version: 6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -76,6 +76,8 @@ Summary: Bash completion for iproute
|
|||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
|
Requires: %{name}
|
||||||
|
Supplements: (%{name} and bash-completion)
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
bash command line completion support for iproute.
|
bash command line completion support for iproute.
|
||||||
@ -133,6 +135,7 @@ for BIN in lnstat nstat routel ss; do
|
|||||||
done
|
done
|
||||||
mkdir -p "$b/%_docdir/%name"
|
mkdir -p "$b/%_docdir/%name"
|
||||||
cp -an README* examples/bpf "$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
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user