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 2021-04-25 21:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
and /work/SRC/openSUSE:Factory/.virt-launcher-container.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-launcher-container"
Sun Apr 25 21:27:27 2021 rev:2 rq:888297 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
2021-04-17 23:24:45.877573548 +0200
+++
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.12324/virt-launcher-container.changes
2021-04-25 21:29:03.452548457 +0200
@@ -1,0 +2,6 @@
+Sun Apr 18 07:57:40 UTC 2021 - Vasily Ulyanov <[email protected]>
+
+- Run zypper clean after installation
+- Sort installed packages alphabetically
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.W1EWOa/_old 2021-04-25 21:29:03.824548904 +0200
+++ /var/tmp/diff_new_pack.W1EWOa/_new 2021-04-25 21:29:03.824548904 +0200
@@ -16,24 +16,24 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
-RUN zypper update -y && \
- zypper install -y \
- socat \
- qemu-x86 \
- qemu-tools \
- libcap-progs \
- mkisofs \
- nftables \
- iptables \
- augeas \
- augeas-lenses \
- libvirt-daemon-qemu \
- libvirt-client \
- libvirt-daemon-driver-storage-core \
- vim \
- kubevirt-container-disk \
- kubevirt-virt-launcher && \
- mkdir -p /usr/share/kubevirt/virt-launcher
+RUN zypper -n install \
+ augeas \
+ augeas-lenses \
+ iptables \
+ kubevirt-container-disk \
+ kubevirt-virt-launcher \
+ libcap-progs \
+ libvirt-client \
+ libvirt-daemon-driver-storage-core \
+ libvirt-daemon-qemu \
+ mkisofs \
+ nftables \
+ qemu-tools \
+ qemu-x86 \
+ socat \
+ vim && \
+ zypper clean -a && \
+ mkdir -p /usr/share/kubevirt/virt-launcher
COPY augconf /augconf