Accepting request 980824 from home:dirkmueller:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/980824 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=224
This commit is contained in:
parent
e89f2382c1
commit
bc70a3d382
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e
|
|
||||||
size 870908
|
|
BIN
iproute2-5.18.0.tar.sign
Normal file
BIN
iproute2-5.18.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-5.18.0.tar.xz
Normal file
3
iproute2-5.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e
|
||||||
|
size 880456
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 5 00:40:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <gmbr3@opensuse.org>
|
Sat Mar 26 13:58:23 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iproute2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 5.17
|
Version: 5.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -42,8 +42,8 @@ BuildRequires: bison
|
|||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libelf-devel
|
|
||||||
BuildRequires: libbpf-devel
|
BuildRequires: libbpf-devel
|
||||||
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(libmnl)
|
BuildRequires: pkgconfig(libmnl)
|
||||||
|
Loading…
Reference in New Issue
Block a user