Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2018-04-17 11:09:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Tue Apr 17 11:09:20 2018 rev:3 rq:595965 version:0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-03-24 16:05:29.096899884 +0100
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new/libcontainers-common.changes
2018-04-17 11:09:20.321421874 +0200
@@ -1,0 +2,7 @@
+Thu Apr 12 09:36:39 UTC 2018 - [email protected]
+
+- Added /usr/share/containers/oci/hooks.d and /etc/containers/oci/hooks.d
+ to the package. These are used by tools like cri-o and podman to store
+ custom hooks.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.zgJiW2/_old 2018-04-17 11:09:20.833398005 +0200
+++ /var/tmp/diff_new_pack.zgJiW2/_new 2018-04-17 11:09:20.833398005 +0200
@@ -38,10 +38,17 @@
%install
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
+install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/oci/hooks.d
install -D -m 0644 %{SOURCE0}
%{buildroot}/%{_sysconfdir}/containers/policy.json
+install -d -m 0755 %{buildroot}/%{_prefix}/share/containers/oci/hooks.d
%files
%dir %{_sysconfdir}/containers
+%dir %{_sysconfdir}/containers/oci
+%dir %{_sysconfdir}/containers/oci/hooks.d
+%dir %{_prefix}/share/containers
+%dir %{_prefix}/share/containers/oci
+%dir %{_prefix}/share/containers/oci/hooks.d
%config(noreplace) %{_sysconfdir}/containers/policy.json
%changelog