Package init
This commit is contained in:
parent
c101acabb9
commit
12632280a0
19
edk2.spec
19
edk2.spec
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
Name: edk2
|
Name: edk2
|
||||||
Version: %{stable_date}
|
Version: %{stable_date}
|
||||||
Release: 2
|
Release: 4
|
||||||
Summary: EFI Development Kit II
|
Summary: EFI Development Kit II
|
||||||
License: BSD-2-Clause-Patent
|
License: BSD-2-Clause-Patent
|
||||||
URL: https://github.com/tianocore/edk2
|
URL: https://github.com/tianocore/edk2
|
||||||
Source0: edk2-%{release_tag}.tar.gz
|
Source0: edk2-%{release_tag}.tar.gz
|
||||||
Source1: openssl-%{openssl_version}-hobbled.tar.xz
|
Source1: openssl-%{openssl_version}-hobbled.tar.xz
|
||||||
BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc
|
BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications.
|
EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications.
|
||||||
@ -43,7 +43,7 @@ EFI Development Kit II AARCH64 UEFI Firmware
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%package ovfm
|
%package ovmf
|
||||||
Summary: Open Virtual Machine Firmware
|
Summary: Open Virtual Machine Firmware
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description ovmf
|
%description ovmf
|
||||||
@ -51,7 +51,7 @@ EFI Development Kit II Open Virtual Machine Firmware (x64)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%package ovfm-ia32
|
%package ovmf-ia32
|
||||||
Summary: Open Virtual Machine Firmware
|
Summary: Open Virtual Machine Firmware
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description ovmf-ia32
|
%description ovmf-ia32
|
||||||
@ -190,8 +190,8 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys
|
|||||||
%files ovmf
|
%files ovmf
|
||||||
%license OvmfPkg/License.txt
|
%license OvmfPkg/License.txt
|
||||||
%license LICENSE.openssl
|
%license LICENSE.openssl
|
||||||
%dir /usr/share/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%dir /usr/share/%{name}/ovmf
|
%{_datadir}/%{name}/ovmf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
@ -202,7 +202,14 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 201908-4
|
||||||
|
- add build requires of nasm
|
||||||
|
|
||||||
|
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 201908-3
|
||||||
|
- Correct name of package ovmf
|
||||||
|
|
||||||
* Mon Sep 30 2019 zhanghailiang <zhang.zhanghailiang@huawei.com> - 201908-2
|
* Mon Sep 30 2019 zhanghailiang <zhang.zhanghailiang@huawei.com> - 201908-2
|
||||||
- Enable IPv6 suppport and Modify Release number to 2
|
- Enable IPv6 suppport and Modify Release number to 2
|
||||||
|
|
||||||
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 201908-1
|
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 201908-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user