Accepting request 461889 from Virtualization:containers
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/461889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=2
This commit is contained in:
parent
37a5bfb8a9
commit
28a0f335a1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 10:03:29 UTC 2017 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- Ensure /var/lib/etcd is controlled by etcd:etcd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 24 12:23:46 UTC 2017 - jmassaguerpla@suse.com
|
Tue Jan 24 12:23:46 UTC 2017 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package etcd
|
# spec file for package etcd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -112,7 +112,7 @@ getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_loca
|
|||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
|
%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
|
||||||
|
|
||||||
# Additional
|
# Additional
|
||||||
%dir %attr(0750,%{name},root) %{_localstatedir}/lib/%{name}
|
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/lib/%{name}
|
||||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/etcd_server
|
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/etcd_server
|
||||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/etcd_client
|
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/etcd_client
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user