diff --git a/SPECS/etcd.spec b/SPECS/etcd.spec index 59439fb..be93335 100644 --- a/SPECS/etcd.spec +++ b/SPECS/etcd.spec @@ -28,7 +28,7 @@ Name: etcd Version: 3.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{provider_prefix} @@ -435,6 +435,9 @@ getent passwd %{system_name} >/dev/null || useradd -r -g %{system_name} -d %{_sh %endif %changelog +* Mon Jun 12 2017 Jan Chaloupka - 3.1.9-2 +- Build for secondary architectures as well + * Fri Jun 09 2017 Scott Dodson - 3.1.9-1 - Update to 3.1.9 resolves: #1458941