forked from pool/docker
Accepting request 679202 from home:mjura:branches:Virtualization:containers
- Move daemon.json file to /etc/docker directory, bsc#1114832 OBS-URL: https://build.opensuse.org/request/show/679202 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=288
This commit is contained in:
parent
9189d5024b
commit
1080cf620d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 09:39:57 UTC 2019 - Michal Jura <mjura@suse.com>
|
||||
|
||||
- Move daemon.json file to /etc/docker directory, bsc#1114832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 9 13:54:03 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@ -392,7 +392,7 @@ install -D -m 0640 %{SOURCE8} %{buildroot}%{_sysconfdir}/audit/rules.d/%{realnam
|
||||
install -D -m 644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.docker
|
||||
|
||||
# install docker config file
|
||||
install -D -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/daemon.json
|
||||
install -D -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/docker/daemon.json
|
||||
|
||||
# install manpages (using the ones from the engine)
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
@ -451,7 +451,8 @@ getent group docker >/dev/null || groupadd -r docker
|
||||
%dir %{_unitdir}/%{realname}.service.d/
|
||||
%{_unitdir}/%{realname}.service.d/90-kubic.conf
|
||||
%endif
|
||||
%config %{_sysconfdir}/daemon.json
|
||||
%dir %{_sysconfdir}/docker
|
||||
%config %{_sysconfdir}/docker/daemon.json
|
||||
%config %{_sysconfdir}/audit/rules.d/%{realname}.rules
|
||||
%{_udevrulesdir}/80-%{realname}.rules
|
||||
%{_fillupdir}/sysconfig.docker
|
||||
|
Loading…
Reference in New Issue
Block a user