Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2023-08-01 14:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Tue Aug 1 14:15:32 2023 rev:63 rq:1101485 version:20230214
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2023-06-27 23:16:17.587259715 +0200
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.32662/libcontainers-common.changes
2023-08-01 14:15:34.223501920 +0200
@@ -1,0 +2,6 @@
+Mon Jul 31 06:17:22 UTC 2023 - Danish Prakash <[email protected]>
+
+- Disable CNI related configs on ALP (bsc#1213556)
+ (https://github.com/containers/podman/issues/19327)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.g9kIAs/_old 2023-08-01 14:15:35.211507725 +0200
+++ /var/tmp/diff_new_pack.g9kIAs/_new 2023-08-01 14:15:35.219507771 +0200
@@ -132,6 +132,12 @@
%{_sysconfdir}/zypp/credentials.d/SCCcredentials:%{_sysconfdir}/zypp/credentials.d/SCCcredentials
EOL
+# Disable CNI related configs on ALP (bsc#1213556)
+# https://github.com/containers/podman/issues/19327
+%if 0%{suse_version} >= 1600 && !0%{?is_opensuse}
+sed -i 's/cni_plugin_dirs = .*/\# cni_plugin_dirs = []/g' %{SOURCE9}
+%endif
+
cd common-%{commonver}
%make_build docs
cd ..