diff --git a/containers.conf b/containers.conf index 16b57fe..ac752f6 100644 --- a/containers.conf +++ b/containers.conf @@ -284,7 +284,7 @@ log_driver = "journald" # Path to directory where CNI plugin binaries are located. # -cni_plugin_dirs = ["@LIBEXECDIR]/cni"] +cni_plugin_dirs = ["@LIBEXECDIR@/cni"] # The network name of the default network to attach pods to. # diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 63cae2a..47333dc 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 9 08:49:18 UTC 2022 - Fabian Vogt + +- Fix obvious typo in containers.conf + ------------------------------------------------------------------- Wed Aug 3 13:19:58 UTC 2022 - Frederic Crozat