From 13a3c495ef777cdfc5b06403d9d11c62a9720a54 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 27 Sep 2019 22:16:40 +0200 Subject: [PATCH] spec: Allow building on any platform Change hardcoded x86_64 build architecture to current platform arch. Signed-off-by: Alexandru Avadanii Change-Id: I263c19b622517caf56cee0d3c476ed2d37ee0d83 --- caas-etcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caas-etcd.spec b/caas-etcd.spec index 73cfc45..5a68a36 100644 --- a/caas-etcd.spec +++ b/caas-etcd.spec @@ -27,7 +27,7 @@ Release: %{RPM_MINOR_VERSION}%{?dist} Summary: Containers as a Service %{COMPONENT} component License: %{_platform_license} and MIT license and BSD and Apache License and Lesser General Public License URL: https://github.com/etcd-io/etcd -BuildArch: x86_64 +BuildArch: %{_arch} Vendor: %{_platform_vendor} and etcd-io/etcd unmodified Source0: %{name}-%{version}.tar.gz -- 2.16.6