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-09-23 14:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-handler-container (Old)
and /work/SRC/openSUSE:Factory/.virt-handler-container.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-handler-container"
Fri Sep 23 14:15:14 2022 rev:12 rq:1005518 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/virt-handler-container/virt-handler-container.changes
2022-08-05 19:52:15.165649604 +0200
+++
/work/SRC/openSUSE:Factory/.virt-handler-container.new.2275/virt-handler-container.changes
2022-09-23 14:15:49.138064538 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 18:44:39 UTC 2022 - Caleb Crane <[email protected]>
+
+- Fix container build due to symlink issues with SP4/SP5 base images
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.TmiI9O/_old 2022-09-23 14:15:49.670065778 +0200
+++ /var/tmp/diff_new_pack.TmiI9O/_new 2022-09-23 14:15:49.678065797 +0200
@@ -37,9 +37,10 @@
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/
+RUN mkdir -p /etc/nftables && \
+ ln -sf /usr/share/kube-virt/virt-handler/nsswitch.conf /etc/ && \
+ ln -sf /usr/share/kube-virt/virt-handler/ipv4-nat.nft /etc/nftables/ && \
+ ln -sf /usr/share/kube-virt/virt-handler/ipv6-nat.nft /etc/nftables/
ENTRYPOINT [ "/usr/bin/virt-handler" ]