Accepting request 709922 from home:Guillaume_G:branches:devel:CaaSP:Head:ControllerNode
Package from devel:CaaSP:Head:ControllerNode + Fix aarch64 start OBS-URL: https://build.opensuse.org/request/show/709922 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=1
This commit is contained in:
parent
7d5fd0dd68
commit
cb79685eb4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 09:48:45 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix aarch64 start
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 13:08:46 UTC 2019 - <jsegitz@suse.com>
|
||||
|
||||
|
@ -87,6 +87,10 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
|
||||
# Sysconfig
|
||||
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||
%ifarch aarch64
|
||||
# arm64 is not yet officially supported
|
||||
echo -e "\n#Enable arm64\nETCD_UNSUPPORTED_ARCH=arm64\n" >> %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||
%endif
|
||||
|
||||
# Additional
|
||||
install -d -m 750 %{buildroot}%{_localstatedir}/lib/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user