diff --git a/dpdk.spec b/dpdk.spec index 99557ac..55958fb 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -9,7 +9,7 @@ #% define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define ver 24.11.3 -%define rel 1 +%define rel 2 %define srcname dpdk%(awk -F. '{ if (NF > 2) print "-stable" }' <<<%{version}) @@ -35,10 +35,14 @@ Summary: Set of libraries and drivers for fast packet processing # # Note that, while this is dual licensed, all code that is included with this -# Pakcage are BSD licensed. The only files that aren't licensed via BSD is the +# Package are BSD licensed. The only files that aren't licensed via BSD is the # kni kernel module which is dual LGPLv2/BSD, and thats not built for fedora. # -License: BSD and LGPLv2 and GPLv2 +# drivers/net/avp/rte_avp_common.h is BSD-3-Clause OR LGPL-2.1-only +# drivers/net/atlantic/hw_atl/hw_atl_b0.c is BSD-3-Clause OR GPL-2.0-only +# drivers/net/gve/base/* is MIT +# +License: BSD-3-Clause AND (BSD-3-Clause OR LGPL-2.1-only) AND (BSD-3-Clause OR GPL-2.0-only) AND MIT # # The DPDK is designed to optimize througput of network traffic using, among @@ -288,6 +292,9 @@ find %{buildroot}%{_datadir}/man/ -type f -a ! -iname "*rte_*" -exec rm {} \; %endif %changelog +* Tue Jan 27 2026 Timothy Redaelli - 24.11.3-2 +- Update License to SPDX (RHEL-144623) + * Tue Oct 14 2025 Kevin Traynor - 24.11.3-1 - Rebase to 24.11.3 (RHEL-121227)