diff --git a/etcd.changes b/etcd.changes index e890953..1f400ed 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 13 09:48:45 UTC 2019 - Guillaume GARDET + +- Fix aarch64 start + ------------------------------------------------------------------- Wed Jun 5 13:08:46 UTC 2019 - diff --git a/etcd.spec b/etcd.spec index 1d5b3bb..1c378d6 100644 --- a/etcd.spec +++ b/etcd.spec @@ -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}