Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2020-11-02 14:03:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ovmf (Old)
 and      /work/SRC/openSUSE:Factory/.ovmf.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ovmf"

Mon Nov  2 14:03:53 2020 rev:52 rq:844952 version:202008

Changes:
--------
--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes        2020-09-09 
17:49:39.154558706 +0200
+++ /work/SRC/openSUSE:Factory/.ovmf.new.3463/ovmf.changes      2020-11-02 
14:04:06.792668677 +0100
@@ -1,0 +2,7 @@
+Fri Oct 30 02:15:13 UTC 2020 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Add _constraints to request at least 6GB disk (bsc#1178244)
+- Remove the build files after finishing the build to reduce the
+  disk usage (bsc#1178244)
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ ovmf.spec ++++++
--- /var/tmp/diff_new_pack.V0sQ3q/_old  2020-11-02 14:04:07.920669534 +0100
+++ /var/tmp/diff_new_pack.V0sQ3q/_new  2020-11-02 14:04:07.924669536 +0100
@@ -283,6 +283,9 @@
 cp Build/OvmfIa32/DEBUG_*/FV/OVMF_CODE.fd ovmf-ia32-code.bin
 cp Build/OvmfIa32/DEBUG_*/FV/OVMF_VARS.fd ovmf-ia32-vars.bin
 
+# Remove the temporary build files to reduce the disk usage (bsc#1178244)
+rm -rf Build/OvmfIa32/
+
 ### Build x86_64 UEFI Images ###
 %ifarch x86_64
 collect_x86_64_debug_files()
@@ -342,6 +345,9 @@
 find source/ovmf-x86_64 -name *.c -type f -exec chmod 0644 {} \;
 %endif
 
+# Remove the temporary build files to reduce the disk usage (bsc#1178244)
+rm -rf Build/OvmfX64/
+
 # Build with keys done later (shared between archs)
 
 ### Build AARCH64 UEFI Images ###
@@ -362,6 +368,9 @@
 cp Build/ArmVirtQemu-AARCH64/DEBUG_*/AARCH64/Shell.efi AARCH64
 cp Build/ArmVirtQemu-AARCH64/DEBUG_*/AARCH64/EnrollDefaultKeys.efi AARCH64
 
+# Remove the temporary build files to reduce the disk usage (bsc#1178244)
+rm -rf Build/ArmVirtQemu-AARCH64/
+
 # Build with keys done later (shared between archs)
 
 ### Build AARCH32 UEFI Images ###
@@ -377,6 +386,9 @@
 dd of="aavmf-aarch32-code.bin" if="qemu-uefi-aarch32.bin" conv=notrunc
 dd of="aavmf-aarch32-vars.bin" if="/dev/zero" bs=1M count=64
 
+# Remove the temporary build files to reduce the disk usage (bsc#1178244)
+rm -rf Build/ArmVirtQemu-ARM/
+
 ### Build the variable store templates ###
 
 # Default key sources: ms suse opensuse


++++++ _constraints ++++++
<constraints>
  <hardware>
    <disk>
      <size unit="G">6</size>
    </disk>
  </hardware>
</constraints>





Reply via email to