From 89b0b349cd1a0f94cb386939f1ab62ca74069a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Wed, 9 Aug 2023 23:15:22 +0200 Subject: [PATCH] Migrate license information to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Toke Høiland-Jørgensen --- xdp-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xdp-tools.spec b/xdp-tools.spec index 6999af6..c3f816b 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,10 +1,10 @@ Name: xdp-tools Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?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 Patch0: xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch @@ -39,15 +39,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} @@ -122,6 +125,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Wed Aug 9 2023 Toke Høiland-Jørgensen 1.4.0-3 +- Migrated to SPDX format for licenses + * Sat Jul 22 2023 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild