Update License to SPDX

Resolves: RHEL-144623
This commit is contained in:
Timothy Redaelli 2026-01-27 23:22:05 +01:00
parent a3a6eb1389
commit 53e4d2ad09

View File

@ -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 <tredaelli@redhat.com> - 24.11.3-2
- Update License to SPDX (RHEL-144623)
* Tue Oct 14 2025 Kevin Traynor <ktraynor@redhat.com> - 24.11.3-1
- Rebase to 24.11.3 (RHEL-121227)