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 2023-03-02 23:04:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
 and      /work/SRC/openSUSE:Factory/.virt-launcher-container.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-launcher-container"

Thu Mar  2 23:04:01 2023 rev:21 rq:1068967 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
  2022-12-21 16:07:27.746820430 +0100
+++ 
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.31432/virt-launcher-container.changes
       2023-03-02 23:04:26.064132952 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 07:49:24 UTC 2023 - Vasily Ulyanov <vasily.ulya...@suse.com>
+
+- Update the container image for KubeVirt v0.59.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.Jw2tSL/_old  2023-03-02 23:04:26.672135989 +0100
+++ /var/tmp/diff_new_pack.Jw2tSL/_new  2023-03-02 23:04:26.676136009 +0100
@@ -91,10 +91,11 @@
 
 # Setup permissions and capabilities for non-root VMIs. KubeVirt sets
 # XDG_* directories to /var/run.
-RUN setcap 'cap_net_bind_service,cap_sys_ptrace=+ep' /usr/bin/virt-launcher && 
\
+RUN setcap 'cap_net_bind_service=+ep' /usr/bin/virt-launcher && \
+    setcap 'cap_net_bind_service=+ep' /usr/bin/virt-launcher-monitor && \
     setcap 'cap_net_bind_service=+ep' /usr/bin/qemu-system-$(uname -m) && \
     chmod 0755 /etc/libvirt && \
     chown qemu:qemu /var/run
 
-ENTRYPOINT [ "/usr/bin/virt-launcher" ]
+ENTRYPOINT [ "/usr/bin/virt-launcher-monitor" ]
 

++++++ augconf ++++++
--- /var/tmp/diff_new_pack.Jw2tSL/_old  2023-03-02 23:04:26.756136409 +0100
+++ /var/tmp/diff_new_pack.Jw2tSL/_new  2023-03-02 23:04:26.768136469 +0100
@@ -1,10 +1,5 @@
-# Enable unauthenticated tcp
-set /files/etc/libvirt/libvirtd.conf/listen_tls 0
-set /files/etc/libvirt/libvirtd.conf/listen_tcp 1
-set /files/etc/libvirt/libvirtd.conf/auth_tcp none
-
 # Send debug logs to stderr
-set /files/etc/libvirt/libvirtd.conf/log_outputs 1:stderr
+set /files/etc/libvirt/virtqemud.conf/log_outputs 1:stderr
 
 # Listen on all interfaces for now
 set /files/etc/libvirt/qemu.conf/stdio_handler logd

Reply via email to