Add BSD-2-Clause OR GPL-2.0-or-later license
This is used by FdtLib code which is linked into most of the arm/riscv/x86 firmware targets. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
c722a2a62d
commit
fbd6ccde44
10
edk2.spec
10
edk2.spec
@ -48,7 +48,7 @@ Name: edk2
|
|||||||
Version: %{GITDATE}
|
Version: %{GITDATE}
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: UEFI firmware for 64-bit virtual machines
|
Summary: UEFI firmware for 64-bit virtual machines
|
||||||
License: Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND MIT AND LicenseRef-Fedora-Public-Domain
|
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 MIT AND LicenseRef-Fedora-Public-Domain
|
||||||
URL: http://www.tianocore.org
|
URL: http://www.tianocore.org
|
||||||
|
|
||||||
# The source tarball is created using following commands:
|
# The source tarball is created using following commands:
|
||||||
@ -173,7 +173,7 @@ Conflicts: libvirt-daemon-driver-qemu < 9.7.0
|
|||||||
# OVMF includes the Secure Boot and IPv6 features; it has a builtin OpenSSL
|
# OVMF includes the Secure Boot and IPv6 features; it has a builtin OpenSSL
|
||||||
# library.
|
# library.
|
||||||
Provides: bundled(openssl) = %{OPENSSL_VER}
|
Provides: bundled(openssl) = %{OPENSSL_VER}
|
||||||
License: Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain
|
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 taken from the Maintainers.txt file.
|
||||||
URL: http://www.tianocore.org/ovmf/
|
URL: http://www.tianocore.org/ovmf/
|
||||||
@ -195,7 +195,7 @@ Conflicts: libvirt-daemon-driver-qemu < 9.7.0
|
|||||||
|
|
||||||
# No Secure Boot for AAVMF yet, but we include OpenSSL for the IPv6 stack.
|
# No Secure Boot for AAVMF yet, but we include OpenSSL for the IPv6 stack.
|
||||||
Provides: bundled(openssl) = %{OPENSSL_VER}
|
Provides: bundled(openssl) = %{OPENSSL_VER}
|
||||||
License: Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain
|
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 taken from the Maintainers.txt file.
|
||||||
URL: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
|
URL: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
|
||||||
@ -261,7 +261,7 @@ Open Virtual Machine Firmware (experimental builds)
|
|||||||
%package arm
|
%package arm
|
||||||
Summary: ARM Virtual Machine Firmware
|
Summary: ARM Virtual Machine Firmware
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: Apache-2.0 AND BSD-2-Clause-Patent AND BSD-4-Clause AND ISC AND LicenseRef-Fedora-Public-Domain
|
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
|
||||||
%description arm
|
%description arm
|
||||||
EFI Development Kit II
|
EFI Development Kit II
|
||||||
ARMv7 UEFI Firmware
|
ARMv7 UEFI Firmware
|
||||||
@ -269,7 +269,7 @@ ARMv7 UEFI Firmware
|
|||||||
%package riscv64
|
%package riscv64
|
||||||
Summary: RISC-V Virtual Machine Firmware
|
Summary: RISC-V Virtual Machine Firmware
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: Apache-2.0 AND BSD-2-Clause-Patent AND LicenseRef-Fedora-Public-Domain
|
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
|
# need libvirt version with qcow2 support
|
||||||
Conflicts: libvirt-daemon-driver-qemu < 9.7.0
|
Conflicts: libvirt-daemon-driver-qemu < 9.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user