#10 Expand the SPDX license list
Merged 8 months ago by kraxel. Opened 8 months ago by berrange.
rpms/ berrange/edk2 main  into  rawhide

file modified
+10 -10
@@ -48,7 +48,7 @@ 

  Version:    %{GITDATE}

  Release:    %autorelease

  Summary:    UEFI firmware for 64-bit virtual machines

- License:    BSD-2-Clause-Patent AND Apache-2.0 AND MIT

+ License:    Apache-2.0 AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-2-Clause-Patent AND BSD-3-Clause AND BSD-4-Clause AND ISC AND MIT AND LicenseRef-Fedora-Public-Domain

  URL:        http://www.tianocore.org

  

  # The source tarball is created using following commands:
@@ -173,7 +173,7 @@ 

  # OVMF includes the Secure Boot and IPv6 features; it has a builtin OpenSSL

  # library.

  Provides:   bundled(openssl) = %{OPENSSL_VER}

- License:    BSD-2-Clause-Patent AND Apache-2.0

+ License:    Apache-2.0 AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  

  # URL taken from the Maintainers.txt file.

  URL:        http://www.tianocore.org/ovmf/
@@ -195,7 +195,7 @@ 

  

  # No Secure Boot for AAVMF yet, but we include OpenSSL for the IPv6 stack.

  Provides:   bundled(openssl) = %{OPENSSL_VER}

- License:    BSD-2-Clause-Patent AND Apache-2.0

+ License:    Apache-2.0 AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  

  # URL taken from the Maintainers.txt file.

  URL:        https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
@@ -208,7 +208,7 @@ 

  

  %package tools

  Summary:        EFI Development Kit II Tools

- License:        BSD-2-Clause-Patent

+ License:        BSD-2-Clause-Patent AND LicenseRef-Fedora-Public-Domain

  URL:            https://github.com/tianocore/tianocore.github.io/wiki/BaseTools

  %description tools

  This package provides tools that are needed to
@@ -232,7 +232,7 @@ 

  %if %{defined fedora}

  %package ovmf-ia32

  Summary:        Open Virtual Machine Firmware

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  Provides:       bundled(openssl)

  BuildArch:      noarch

  %description ovmf-ia32
@@ -241,7 +241,7 @@ 

  

  %package ovmf-xen

  Summary:        Open Virtual Machine Firmware, Xen build

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  Provides:       bundled(openssl)

  BuildArch:      noarch

  %description ovmf-xen
@@ -250,7 +250,7 @@ 

  

  %package experimental

  Summary:        Open Virtual Machine Firmware, experimental builds

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  Provides:       bundled(openssl)

  Obsoletes:      edk2-ovmf-experimental < 20230825

  BuildArch:      noarch
@@ -261,7 +261,7 @@ 

  %package arm

  Summary:        ARM Virtual Machine Firmware

  BuildArch:      noarch

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-2-Clause-Patent AND BSD-3-Clause AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain

  %description arm

  EFI Development Kit II

  ARMv7 UEFI Firmware
@@ -269,7 +269,7 @@ 

  %package riscv64

  Summary:        RISC-V Virtual Machine Firmware

  BuildArch:      noarch

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-2-Clause-Patent AND LicenseRef-Fedora-Public-Domain

  

  # need libvirt version with qcow2 support

  Conflicts:  libvirt-daemon-driver-qemu < 9.7.0
@@ -280,7 +280,7 @@ 

  

  %package ext4

  Summary:        Ext4 filesystem driver

- License:        BSD-2-Clause-Patent AND Apache-2.0

+ License:        Apache-2.0 AND BSD-2-Clause-Patent

  BuildArch:      noarch

  %description ext4

  EFI Development Kit II

Certain parts of EDK2 are covered under specific licenses that differ from the overall terms, and these must be represented in the SPDX license expression

Pull-Request has been merged by kraxel

8 months ago
Metadata