From 0cec95bbb853412c319350d328101e2f788ec5a2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 09 2016 10:35:14 +0000 Subject: Enable aarch64 --- diff --git a/etcd.spec b/etcd.spec index aee4141..b8e34cd 100644 --- a/etcd.spec +++ b/etcd.spec @@ -30,7 +30,7 @@ Name: %{repo} Version: 2.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{provider_prefix} @@ -41,7 +41,7 @@ Source2: %{name}.conf Patch0: etcdmain-Add-max-snapshots-and-max-wals-to-help.patch # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{ix86} x86_64 %{arm} ppc64le +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} @@ -356,6 +356,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Sat Apr 9 2016 Peter Robinson 2.2.5-5 +- Enable aarch64 + * Wed Mar 09 2016 jchaloup - 2.2.5-4 - Only ppc64le is supported, ppc64 not related: #1315419