diff --git a/edk2.spec b/edk2.spec index ae6aa9a..e4b2b0a 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,7 +5,7 @@ Name: edk2 Version: %{stable_date} -Release: 7 +Release: 8 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 @@ -74,7 +74,7 @@ tar -xf %{SOURCE1} -C CryptoPkg/Library/OpensslLib/openssl --strip-components=1 NCPUS=`/usr/bin/getconf _NPROCESSORS_ONLN` BUILD_OPTION="-t GCC49 -n $NCPUS -b RELEASE" -make -C BaseTools +make -C BaseTools %{?_smp_mflags} . ./edksetup.sh %ifarch aarch64 @@ -210,6 +210,9 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %changelog +* Tue Mar 17 2020 openEuler Buildteam - 201908-8 +- enable multiple threads compiling + * Sun Mar 15 2020 openEuler Buildteam - 201908-7 - fix missing OVMF.fd in package