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-12-21 16:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
 and      /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-launcher-container"

Wed Dec 21 16:07:25 2022 rev:20 rq:1044066 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
  2022-10-11 18:05:32.770084454 +0200
+++ 
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.1835/virt-launcher-container.changes
        2022-12-21 16:07:27.746820430 +0100
@@ -1,0 +2,6 @@
+Wed Dec 21 08:26:09 UTC 2022 - Vasily Ulyanov <vasily.ulya...@suse.com>
+
+- Allow qemu/slirp to bind sockets to privileged ports
+- Install ncat, curl, ethtool and gawk (required for network tests)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.eITATb/_old  2022-12-21 16:07:28.142822566 +0100
+++ /var/tmp/diff_new_pack.eITATb/_new  2022-12-21 16:07:28.142822566 +0100
@@ -28,12 +28,16 @@
 RUN zypper -n install \
               augeas \
               augeas-lenses \
+              curl \
+              ethtool \
+              gawk \
               iptables \
               kubevirt-container-disk \
               kubevirt-virt-launcher \
               libcap-progs \
               libvirt-client \
               libvirt-daemon-driver-qemu \
+              ncat \
               nftables \
               qemu-hw-usb-redirect \
               qemu-tools \
@@ -57,6 +61,8 @@
 
 RUN zypper clean -a
 
+RUN ln -s ncat /usr/bin/nc
+
 RUN mkdir -p /usr/share/OVMF
 
 #!ArchExclusiveLine: x86_64
@@ -86,6 +92,7 @@
 # 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 && 
\
+    setcap 'cap_net_bind_service=+ep' /usr/bin/qemu-system-$(uname -m) && \
     chmod 0755 /etc/libvirt && \
     chown qemu:qemu /var/run
 

Reply via email to