Hello community, here is the log from the commit of package libcontainers-common for openSUSE:Factory checked in at 2020-08-06 17:30:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old) and /work/SRC/openSUSE:Factory/.libcontainers-common.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common" Thu Aug 6 17:30:11 2020 rev:27 rq:824277 version:20200727 Changes: -------- --- /work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes 2020-07-30 09:59:11.407176310 +0200 +++ /work/SRC/openSUSE:Factory/.libcontainers-common.new.3399/libcontainers-common.changes 2020-08-06 17:30:43.125074564 +0200 @@ -1,0 +2,5 @@ +Mon Aug 3 17:10:46 UTC 2020 - Callum Farmer <callumjfarme...@gmail.com> + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcontainers-common.spec ++++++ --- /var/tmp/diff_new_pack.xE3hBB/_old 2020-08-06 17:30:44.233074837 +0200 +++ /var/tmp/diff_new_pack.xE3hBB/_new 2020-08-06 17:30:44.241074839 +0200 @@ -111,6 +111,7 @@ install -D -m 0644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/containers/mounts.conf install -D -m 0644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/containers/registries.conf install -D -m 0644 %{SOURCE8} %{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml +sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{SOURCE10} install -D -m 0644 %{SOURCE10} %{buildroot}/%{_datadir}/containers/containers.conf install -D -m 0644 podman-%{podmanver}/seccomp.json %{buildroot}/%{_datadir}/containers/seccomp.json install -D -m 0644 podman-%{podmanver}/seccomp.json %{buildroot}/%{_sysconfdir}/containers/seccomp.json ++++++ containers.conf ++++++ --- /var/tmp/diff_new_pack.xE3hBB/_old 2020-08-06 17:30:44.341074864 +0200 +++ /var/tmp/diff_new_pack.xE3hBB/_new 2020-08-06 17:30:44.341074864 +0200 @@ -241,7 +241,7 @@ # Path to directory where CNI plugin binaries are located. # -cni_plugin_dirs = ["/usr/lib/cni"] +cni_plugin_dirs = ["@LIBEXECDIR@/cni"] # Path to the directory where CNI configuration files are located. #