From 7b2943fc2027d20d31b2f4b9923df197a440f063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Tue, 6 Feb 2024 20:20:44 +0100 Subject: [PATCH] Update xdp-tools to v1.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also port over License tag changes from the Fedora package. Resolves: RHEL-23832 Signed-off-by: Toke Høiland-Jørgensen --- .gitignore | 1 + sources | 2 +- xdp-tools.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d066958..127416a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch /xdp-tools-1.4.0.tar.gz /xdp-tools-1.4.1.tar.gz +/xdp-tools-1.4.2.tar.gz diff --git a/sources b/sources index 21c49f3..44cefda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdp-tools-1.4.1.tar.gz) = 51dbbe4ee82b6ed303504b32697f7857dbda9058b1232acb78ccdc0c50adda330900e508639c7811124cc18385a31c972c2f18093ae76c85d69e58a9589d7f6d +SHA512 (xdp-tools-1.4.2.tar.gz) = ae4fd82cc8138f06cf75530a9911dcc196198f0fcfb82ed991f66a48bedc2991029553b1142d38c16631f4d9ea1e4ba6402ef72d406e7e271fec189857f94522 diff --git a/xdp-tools.spec b/xdp-tools.spec index 3834237..dffd2f4 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,10 +1,10 @@ Name: xdp-tools -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} Summary: Utilities and example programs for use with XDP %global _soversion 1.4.0 -License: GPLv2 +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 @@ -38,15 +38,18 @@ 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 +License: LGPL-2.1-only OR BSD-2-Clause Requires: kernel-headers 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} @@ -121,6 +124,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Tue Feb 6 2024 Toke Høiland-Jørgensen 1.4.2-1 +- Upstream version bump + * Fri Oct 20 2023 Toke Høiland-Jørgensen 1.4.1-1 - Upstream version bump