diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 12c4af3..b68bfa1 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 31 06:17:22 UTC 2023 - Danish Prakash + +- Disable CNI related configs on ALP (bsc#1213556) + (https://github.com/containers/podman/issues/19327) + ------------------------------------------------------------------- Tue Jun 27 14:18:18 UTC 2023 - Danish Prakash diff --git a/libcontainers-common.spec b/libcontainers-common.spec index ee014fc..2cdb365 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -132,6 +132,12 @@ cat >>%{SOURCE5} <= 1600 && !0%{?is_opensuse} +sed -i 's/cni_plugin_dirs = .*/\# cni_plugin_dirs = []/g' %{SOURCE9} +%endif + cd common-%{commonver} %make_build docs cd ..