Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2020-01-01 14:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ovmf (Old)
 and      /work/SRC/openSUSE:Factory/.ovmf.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ovmf"

Wed Jan  1 14:56:56 2020 rev:41 rq:758466 version:201911

Changes:
--------
--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes        2019-12-07 
15:17:42.171776174 +0100
+++ /work/SRC/openSUSE:Factory/.ovmf.new.6675/ovmf.changes      2020-01-01 
14:57:29.221905672 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 09:11:37 UTC 2019 - Dirk Mueller <[email protected]>
+
+- only build -aarch32 Cortex-A15 EFI on armv7hl
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ovmf.spec ++++++
--- /var/tmp/diff_new_pack.iMmP8x/_old  2020-01-01 14:57:33.073907684 +0100
+++ /var/tmp/diff_new_pack.iMmP8x/_new  2020-01-01 14:57:33.073907684 +0100
@@ -58,7 +58,7 @@
 BuildRequires:  iasl
 BuildRequires:  libuuid-devel
 BuildRequires:  python3
-%ifnarch %arm
+%ifnarch armv7hl
 BuildRequires:  nasm
 %endif
 %ifarch %{secureboot_archs}
@@ -75,7 +75,7 @@
 %endif
 BuildRequires:  unzip
 %endif
-ExclusiveArch:  %ix86 x86_64 aarch64 %arm
+ExclusiveArch:  %ix86 x86_64 aarch64 armv7hl
 
 %description
 The Open Virtual Machine Firmware (OVMF) project aims to support
@@ -144,7 +144,7 @@
 virt board.
 %endif
 
-%ifarch %arm
+%ifarch armv7hl
 %package -n qemu-uefi-aarch32
 Summary:        UEFI QEMU rom image (AArch32)
 Group:          System/Emulators/PC
@@ -231,7 +231,7 @@
        BUILD_OPTIONS="$OVMF_FLAGS -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc -b 
DEBUG -t $TOOL_CHAIN_TAG"
        ARCH=AARCH64 make -C BaseTools
 %else
-%ifarch %arm
+%ifarch armv7hl
        # Flavors for arm
        FLAVORS=("aavmf-aarch32")
        BUILD_ARCH="AARCH32"
@@ -324,7 +324,7 @@
 cp Build/ArmVirtQemu-AARCH64/DEBUG_*/AARCH64/EnrollDefaultKeys.efi .
 
 %else
-%ifarch %arm
+%ifarch armv7hl
 
 # Build the UEFI image
 build $BUILD_OPTIONS
@@ -525,7 +525,7 @@
 install -m 0644 -D descriptors/*-aarch64*.json \
        -t %{buildroot}/%{_datadir}/qemu/firmware
 %else
-%ifarch %arm
+%ifarch armv7hl
 install -m 0644 -D qemu-uefi-aarch32.bin -t %{buildroot}/%{_datadir}/qemu/
 install -m 0644 -D aavmf-aarch32-*.bin -t %{buildroot}/%{_datadir}/qemu/
 install -m 0644 -D descriptors/*-aarch32*.json \
@@ -597,7 +597,7 @@
 %{_datadir}/qemu/firmware/*-aarch64*.json
 %endif
 
-%ifarch %arm
+%ifarch armv7hl
 %files -n qemu-uefi-aarch32
 %defattr(-,root,root)
 %license License.txt







Reply via email to