From 3bb662da98c330c501f9fdb46315d0e57dc2b446 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Mon, 4 Mar 2024 15:40:54 -0500 Subject: [PATCH] Correct another SPDX license formula Operators must be capitalized. --- elfutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 8f2521a..16152ac 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -4,7 +4,7 @@ Version: 0.191 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ -License: GPL-3.0-or-later and (GPL-2.0-or-later or LGPL-3.0-or-later) and GFDL-1.3-no-invariants-or-later +License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GFDL-1.3-no-invariants-or-later Source: %{?source_url}%{name}-%{version}.tar.bz2 Source1: elfutils-debuginfod.sysusers Summary: A collection of utilities and DSOs to handle ELF files and DWARF data