Add -qosb dependency on python3
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
84f43e5ff6
commit
a2a5397767
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Name: edk2
|
Name: edk2
|
||||||
Version: %{edk2_date}git%{edk2_githash}
|
Version: %{edk2_date}git%{edk2_githash}
|
||||||
Release: 4%{dist}
|
Release: 5%{dist}
|
||||||
Summary: EFI Development Kit II
|
Summary: EFI Development Kit II
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -163,6 +163,7 @@ build EFI executables and ROMs using the GNU tools.
|
|||||||
%package qosb
|
%package qosb
|
||||||
Summary: Tool to enroll secureboot
|
Summary: Tool to enroll secureboot
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
Requires: python3
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
%description qosb
|
%description qosb
|
||||||
This package contains QOSB (QEMU OVMF Secure Boot), which can enroll OVMF
|
This package contains QOSB (QEMU OVMF Secure Boot), which can enroll OVMF
|
||||||
@ -530,6 +531,9 @@ install qemu-ovmf-secureboot-%{qosb_version}/ovmf-vars-generator %{buildroot}%{_
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 14 2018 Patrick Uiterwijk <puiterwijk@redhat.com> - 20180815gitcb5f4f45ce-5
|
||||||
|
- Add -qosb dependency on python3
|
||||||
|
|
||||||
* Fri Nov 9 2018 Paolo Bonzini <pbonzini@redhat.com> - 20180815gitcb5f4f45ce-4
|
* Fri Nov 9 2018 Paolo Bonzini <pbonzini@redhat.com> - 20180815gitcb5f4f45ce-4
|
||||||
- Fix network boot via grub (bz 1648476)
|
- Fix network boot via grub (bz 1648476)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user