Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-launcher-container for 
openSUSE:Factory checked in at 2022-01-20 00:12:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
 and      /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-launcher-container"

Thu Jan 20 00:12:16 2022 rev:11 rq:947346 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
  2022-01-19 00:35:58.174323645 +0100
+++ 
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.1892/virt-launcher-container.changes
        2022-01-20 00:13:07.470617432 +0100
@@ -1,0 +2,6 @@
+Wed Jan 19 06:48:50 UTC 2022 - Vasily Ulyanov <vasily.ulya...@suse.com>
+
+- Set default TARGETARCH=amd64
+- Adjust indent
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.8I9QNf/_old  2022-01-20 00:13:07.950617820 +0100
+++ /var/tmp/diff_new_pack.8I9QNf/_new  2022-01-20 00:13:07.954617823 +0100
@@ -11,8 +11,8 @@
 ARG KUBEVIRTFROM
 FROM $KUBEVIRTFROM
 # TARGETARCH defined in prjconf, to handle architecture specific bits
-# since TARGETARCH is not defined in OBS builds yet.
-ARG TARGETARCH
+# since TARGETARCH is not defined in OBS builds yet. Default to amd64.
+ARG TARGETARCH=amd64
 
 # labelprefix=%%LABELPREFIX%%
 PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-launcher container"
@@ -39,17 +39,18 @@
               timezone \
               vim \
               xorriso
+
 #!ArchExclusiveLine: x86_64
 RUN if [ "$TARGETARCH" = "amd64" ]; then \
-              zypper -n install qemu-x86 ; \
-              fi;
+    zypper -n install qemu-x86 ; \
+    fi;
 
 #!ArchExclusiveLine: aarch64
 RUN if [ "$TARGETARCH" = "arm64" ]; then \
-              zypper -n install \
+    zypper -n install \
               qemu-arm \
               qemu-uefi-aarch64 ; \
-              fi;
+    fi;
 
 RUN zypper clean -a && \
     mkdir -p /usr/share/kubevirt/virt-launcher

Reply via email to