From e462b3e2047dcb152d147c2f439a58042b350631 Mon Sep 17 00:00:00 2001 From: David Marlin Date: Thu, 23 May 2024 14:10:43 -0500 Subject: [PATCH] Change the License to meet SPDX allowed licenses. Resolves: RHEL-39033 No functional change. The bluez license information can be found at... https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/LICENSES/ The LICENSES directory includes a link to... https://spdx.org/licenses/GPL-2.0.html in the 'preferred/GPL-2.0' text file. That is consistent with the following... https://docs.fedoraproject.org/en-US/legal/allowed-licenses/ Signed-off-by: David Marlin --- bluez.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bluez.spec b/bluez.spec index 6b46911..a7425df 100644 --- a/bluez.spec +++ b/bluez.spec @@ -6,9 +6,9 @@ Name: bluez Version: 5.72 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Bluetooth utilities -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz @@ -333,6 +333,9 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/ %{_userunitdir}/obex.service %changelog +* Thu May 23 2024 David Marlin - 5.72-4 +- Change the License to meet SPDX allowed licenses. + * Tue Jan 23 2024 Fedora Release Engineering - 5.72-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild