Hello community, here is the log from the commit of package etcd for openSUSE:Factory checked in at 2019-06-14 20:42:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etcd (Old) and /work/SRC/openSUSE:Factory/.etcd.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etcd" Fri Jun 14 20:42:47 2019 rev:17 rq:709924 version:3.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2019-06-13 23:01:46.551489264 +0200 +++ /work/SRC/openSUSE:Factory/.etcd.new.4811/etcd.changes 2019-06-14 20:42:48.822350798 +0200 @@ -1,0 +2,5 @@ +Thu Jun 13 09:48:45 UTC 2019 - Guillaume GARDET <[email protected]> + +- Fix aarch64 start + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etcd.spec ++++++ --- /var/tmp/diff_new_pack.oZ5KZw/_old 2019-06-14 20:42:49.558349550 +0200 +++ /var/tmp/diff_new_pack.oZ5KZw/_new 2019-06-14 20:42:49.562349543 +0200 @@ -87,6 +87,10 @@ # 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}
