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:
Richard Brown 2019-06-14 08:45:39 +00:00 committed by Git OBS Bridge
parent 7d5fd0dd68
commit cb79685eb4
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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}