Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ovmf for openSUSE:Factory checked in at 2022-11-12 17:40:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Sat Nov 12 17:40:06 2022 rev:83 rq:1035330 version:202208 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2022-10-14 15:41:24.443804994 +0200 +++ /work/SRC/openSUSE:Factory/.ovmf.new.1597/ovmf.changes 2022-11-12 17:40:08.837802992 +0100 @@ -1,0 +2,18 @@ +Sat Nov 12 00:46:04 UTC 2022 - Joey Lee <j...@suse.com> + +- Change the size of ovmf-x86_64 back to 2MB, and remove EFI shell to + reduce the fv image size. + - Originally the reason of changing the size of ovmf-x86_64 to 4MB is for + preventing OBS exposes the following error: + + [ 266s] GenFv: ERROR 3000: Invalid + [ 266s] the required fv image size 0x1afed8 exceeds the set fv image size 0x1ac000 + + The fv image size is too big. But we found that change ovmf-x86_64 to 4MB causes + live migration problem on qemu. (bsc#1204220) + - So let's change the size of ovmf_x86_64 back to 2MB and remove EFI shell + to reduce the fv image size. If user wants to use EFI shell, they should move to + ovmf-x86_64-4m image. So we add the "-D EXCLUDE_SHELL" build option to ovmf-x86_64 + flavor in ovmf.spec. (bsc#1204220) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ovmf.spec ++++++ --- /var/tmp/diff_new_pack.L5XTpp/_old 2022-11-12 17:40:09.605807565 +0100 +++ /var/tmp/diff_new_pack.L5XTpp/_new 2022-11-12 17:40:09.613807612 +0100 @@ -321,7 +321,7 @@ declare -A EXTRA_FLAGS_X64 EXTRA_FLAGS_X64=( - [ovmf-x86_64]="-p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_4MB" + [ovmf-x86_64]="-p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB -D EXCLUDE_SHELL" [ovmf-x86_64-4m]="-p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_4MB -D NETWORK_TLS_ENABLE" [ovmf-x86_64-smm]="-a IA32 -p OvmfPkg/OvmfPkgIa32X64.dsc -D FD_SIZE_4MB -D NETWORK_TLS_ENABLE -D SMM_REQUIRE -D EXCLUDE_SHELL" )