Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-handler-container for 
openSUSE:Factory checked in at 2022-02-11 23:07:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-handler-container (Old)
 and      /work/SRC/openSUSE:Factory/.virt-handler-container.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-handler-container"

Fri Feb 11 23:07:17 2022 rev:9 rq:950002 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/virt-handler-container/virt-handler-container.changes
    2022-01-14 23:15:06.098703775 +0100
+++ 
/work/SRC/openSUSE:Factory/.virt-handler-container.new.1956/virt-handler-container.changes
  2022-02-11 23:08:32.610795687 +0100
@@ -1,0 +2,11 @@
+Thu Jan 20 10:10:32 UTC 2022 - Vasily Ulyanov <[email protected]>
+
+- Symlink nsswitch.conf and nft rules to proper locations
+
+-------------------------------------------------------------------
+Wed Jan 19 12:38:18 UTC 2022 - Vasily Ulyanov <[email protected]>
+
+- Install nftables to manage network rules
+- Install tar to allow kubectl cp ...
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.LwHP16/_old  2022-02-11 23:08:33.086797064 +0100
+++ /var/tmp/diff_new_pack.LwHP16/_new  2022-02-11 23:08:33.090797076 +0100
@@ -28,10 +28,16 @@
               kubevirt-virt-handler \
               libvirt-client \
               lsscsi \
+              nftables \
               qemu-tools \
               system-user-qemu \
+              tar \
               util-linux-systemd && \
     zypper clean -a
 
+RUN ln -s /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
+    ln -s /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \
+    ln -s /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/
+
 ENTRYPOINT [ "/usr/bin/virt-handler" ]
 

Reply via email to