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-03-18 16:41:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Fri Mar 18 16:41:19 2022 rev:74 rq:962027 version:202202 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2022-03-12 17:14:40.306249699 +0100 +++ /work/SRC/openSUSE:Factory/.ovmf.new.25692/ovmf.changes 2022-03-18 16:41:21.409147850 +0100 @@ -1,0 +2,6 @@ +Tue Mar 15 12:44:56 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- TPM_ENABLE got renamed to TPM2_ENABLE and TPM_CONFIG_ENABLE removed + (except on ARM for some reason) (boo#1197104) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ovmf.spec ++++++ --- /var/tmp/diff_new_pack.tJdaIi/_old 2022-03-18 16:41:22.353148526 +0100 +++ /var/tmp/diff_new_pack.tJdaIi/_new 2022-03-18 16:41:22.361148532 +0100 @@ -1,7 +1,7 @@ # # spec file for package ovmf # -# Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -27,7 +27,7 @@ Summary: Open Virtual Machine Firmware License: BSD-2-Clause-Patent Group: System/Emulators/PC -Url: https://github.com/tianocore/edk2 +URL: https://github.com/tianocore/edk2 Source0: edk2-edk2-stable%{version}.tar.gz Source1: https://www.openssl.org/source/openssl-%{openssl_version}.tar.gz Source111: https://www.openssl.org/source/openssl-%{openssl_version}.tar.gz.asc @@ -195,10 +195,11 @@ export PYTHON3_ENABLE=TRUE export PYTHON_COMMAND=python3 +# For some reason ARM still uses TPM2_CONFIG_ENABLE OVMF_FLAGS=" \ -D SECURE_BOOT_ENABLE \ - -D TPM_ENABLE \ - -D TPM_CONFIG_ENABLE \ + -D TPM2_ENABLE \ + -D TPM2_CONFIG_ENABLE \ -D NETWORK_IP6_ENABLE \ -D NETWORK_HTTP_BOOT_ENABLE \ "