diff --git a/iproute2-5.17.0.tar.sign b/iproute2-5.17.0.tar.sign deleted file mode 100644 index 1edb22c..0000000 Binary files a/iproute2-5.17.0.tar.sign and /dev/null differ diff --git a/iproute2-5.17.0.tar.xz b/iproute2-5.17.0.tar.xz deleted file mode 100644 index 1c9a439..0000000 --- a/iproute2-5.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e -size 870908 diff --git a/iproute2-5.18.0.tar.sign b/iproute2-5.18.0.tar.sign new file mode 100644 index 0000000..2ec6fdf Binary files /dev/null and b/iproute2-5.18.0.tar.sign differ diff --git a/iproute2-5.18.0.tar.xz b/iproute2-5.18.0.tar.xz new file mode 100644 index 0000000..5bb0c34 --- /dev/null +++ b/iproute2-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e +size 880456 diff --git a/iproute2.changes b/iproute2.changes index eed34fc..bf59594 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 5 00:40:43 UTC 2022 - Dirk Müller + +- update to 5.18: + This is the release of iproute2 corresponding to the 5.18 kernel. + There are not many new features in this release. + + * The build issues with libbpf should be fixed now. + * Building with clang is now supported. + * There are still some warnings with gcc-12 that will need to be + fixed in the upstream kernel headers. + ------------------------------------------------------------------- Sat Mar 26 13:58:23 UTC 2022 - Callum Farmer diff --git a/iproute2.spec b/iproute2.spec index e28a310..3aa0687 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -1,7 +1,7 @@ # # spec file for package iproute2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: 5.17 +Version: 5.18 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only @@ -42,8 +42,8 @@ BuildRequires: bison BuildRequires: db-devel BuildRequires: fdupes BuildRequires: flex -BuildRequires: libelf-devel BuildRequires: libbpf-devel +BuildRequires: libelf-devel BuildRequires: pkgconfig >= 0.21 BuildRequires: xz BuildRequires: pkgconfig(libmnl)