SHA256
1
0
forked from pool/etcd

Accepting request 709924 from devel:kubic

Fix for aarch64

OBS-URL: https://build.opensuse.org/request/show/709924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2019-06-14 18:42:47 +00:00 committed by Git OBS Bridge
commit 88934c84f5
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}