From 71f710c4d6d2067f2e0b1a614b4909666dfc3c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Thu, 9 Jan 2025 21:28:53 +0100 Subject: [PATCH] Bump xdp-tools to v1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: RHEL-45730 Signed-off-by: Toke Høiland-Jørgensen --- .gitignore | 1 + sources | 2 +- xdp-tools.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0f35cea..dabac9a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch /xdp-tools-1.4.1.tar.gz /xdp-tools-1.4.2.tar.gz +/xdp-tools-1.5.0.tar.gz diff --git a/sources b/sources index 44cefda..875a5c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdp-tools-1.4.2.tar.gz) = ae4fd82cc8138f06cf75530a9911dcc196198f0fcfb82ed991f66a48bedc2991029553b1142d38c16631f4d9ea1e4ba6402ef72d406e7e271fec189857f94522 +SHA512 (xdp-tools-1.5.0.tar.gz) = af66ea5ab4cca27010388b8de880b9357e407f3e681b2f86b690edbe9e57bed683d8f630d4e4507763642db529fe7172704de0a26a7c2a8585819f2d20b99f77 diff --git a/xdp-tools.spec b/xdp-tools.spec index f59563d..e53cf9f 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,13 +1,14 @@ Name: xdp-tools -Version: 1.4.2 -Release: 3%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Utilities and example programs for use with XDP -%global _soversion 1.4.0 +%global _soversion 1.5.0 License: GPL-2.0-only URL: https://github.com/xdp-project/%{name} Source0: https://github.com/xdp-project/%{name}/releases/download/v%{version}/xdp-tools-%{version}.tar.gz +BuildRequires: kernel-headers BuildRequires: libbpf-devel BuildRequires: elfutils-libelf-devel BuildRequires: zlib-devel @@ -39,7 +40,6 @@ Utilities and example programs for use with XDP %package -n libxdp Summary: XDP helper library License: LGPL-2.1-only OR BSD-2-Clause -Requires: kernel-headers %package -n libxdp-devel Summary: Development files for libxdp @@ -50,7 +50,6 @@ Requires: libxdp = %{version}-%{release} %package -n libxdp-static Summary: Static library files for libxdp License: LGPL-2.1-only OR BSD-2-Clause -Requires: kernel-headers Requires: libxdp-devel = %{version}-%{release} %description -n libxdp @@ -98,6 +97,7 @@ make install V=1 %{_sbindir}/xdpdump %ifnarch i686 %{_sbindir}/xdp-bench +%{_sbindir}/xdp-forward %{_sbindir}/xdp-monitor %{_sbindir}/xdp-trafficgen %endif @@ -124,6 +124,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Thu Jan 9 2025 Toke Høiland-Jørgensen 1.5.0-1 +- Upstream version bump + * Tue Oct 29 2024 Troy Dawson - 1.4.2-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018