Accepting request 595965 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/595965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-04-17 09:09:20 +00:00 committed by Git OBS Bridge
parent 1defe596f6
commit a0a2eae1b3
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 12 09:36:39 UTC 2018 - fcastelli@suse.com
- 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.
-------------------------------------------------------------------
Mon Mar 5 09:30:12 UTC 2018 - vrothberg@suse.com

View File

@ -38,10 +38,17 @@ tools, such as skopeo, cri-o and podman.
%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