forked from pool/libcontainers-common
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:
parent
1defe596f6
commit
a0a2eae1b3
@ -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
|
Mon Mar 5 09:30:12 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
@ -38,10 +38,17 @@ tools, such as skopeo, cri-o and podman.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
|
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 0644 %{SOURCE0} %{buildroot}/%{_sysconfdir}/containers/policy.json
|
||||||
|
install -d -m 0755 %{buildroot}/%{_prefix}/share/containers/oci/hooks.d
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{_sysconfdir}/containers
|
%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
|
%config(noreplace) %{_sysconfdir}/containers/policy.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user