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 2024-03-06 23:05:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
and /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-launcher-container"
Wed Mar 6 23:05:59 2024 rev:30 rq:1155543 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
2024-02-28 19:47:22.074351358 +0100
+++
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.1770/virt-launcher-container.changes
2024-03-06 23:06:30.405612696 +0100
@@ -1,0 +2,5 @@
+Wed Mar 6 08:16:34 UTC 2024 - Vasily Ulyanov <[email protected]>
+
+- Use predefined configuration files for libvirt
+
+-------------------------------------------------------------------
Old:
----
augconf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.jcNB7v/_old 2024-03-06 23:06:30.873629678 +0100
+++ /var/tmp/diff_new_pack.jcNB7v/_new 2024-03-06 23:06:30.873629678 +0100
@@ -66,16 +66,8 @@
ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/AAVMF/AAVMF_VARS.fd ; \
fi
-COPY augconf /augconf
-RUN zypper -n install \
- augeas \
- augeas-lenses && \
- augtool --echo -f /augconf && \
- zypper -n remove \
- augeas \
- augeas-lenses && \
- zypper clean -a && \
- rm -f /augconf
+RUN cp -f /usr/share/kube-virt/virt-launcher/virtqemud.conf
/etc/libvirt/virtqemud.conf && \
+ cp -f /usr/share/kube-virt/virt-launcher/qemu.conf /etc/libvirt/qemu.conf
# KubeVirt expects virtiofsd to be installed in /usr/libexec
# NOTE: the value of %{_libexecdir} may vary across distros