From 57ecc37f1523c9b2c40f5d084a10c5bba4b6b1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 16 Jan 2023 08:16:57 -0500 Subject: [PATCH] rpm: convert license to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note that with the introduction of SPDX, Fedora no longer wants maintainers to do effective license analysis, hence we now list all the licenses that are applicable to the binary package contents https://docs.fedoraproject.org/en-US/legal/license-field/#_no_effective_license_analysis Note, we can still omit licenses that are only applicable to the build system. Reviewed-by: Peter Krempa Signed-off-by: Daniel P. Berrangé --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 77b274b6f9..eb7fc5054d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -230,7 +230,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: @VERSION@ Release: 1%{?dist} -License: LGPLv2+ +License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1 URL: https://libvirt.org/ %if %(echo %{version} | grep -q "\.0$"; echo $?) == 1