Change-Id: I52bfe4a99f9c4527a08ac3731c851dfb2e72e5e6
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5686
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 |
-Summary: Etcd-3.1.5 |
|
| 1 |
+Summary: Etcd-3.1.19 |
|
| 2 | 2 |
Name: etcd |
| 3 |
-Version: 3.1.5 |
|
| 4 |
-Release: 4%{?dist}
|
|
| 5 |
-License: Apache License |
|
| 6 |
-URL: https://github.com/coreos/etcd |
|
| 3 |
+Version: 3.1.19 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: Apache License Version 2.0 |
|
| 6 |
+URL: https://github.com/etcd-io/etcd |
|
| 7 | 7 |
Group: System Environment/Security |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: %{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 etcd=a020efbd8bc7777e77b960b461886d26b2cedecd |
|
| 11 |
+%define sha1 etcd=3a567f058f66c1ccb8267f2dc54912ae661ab03b |
|
| 12 | 12 |
Source1: etcd.service |
| 13 | 13 |
BuildRequires: go >= 1.7 |
| 14 | 14 |
|
| ... | ... |
@@ -59,6 +59,8 @@ rm -rf %{buildroot}/*
|
| 59 | 59 |
%config(noreplace) %{_sysconfdir}/etcd/etcd-default-conf.yml
|
| 60 | 60 |
|
| 61 | 61 |
%changelog |
| 62 |
+* Fri Sep 14 2018 Tapas Kundu <tkundu@vmware.com> 3.1.19-1 |
|
| 63 |
+- Updated to release 3.1.19 |
|
| 62 | 64 |
* Mon Sep 18 2017 Alexey Makhalov <amakhalov@vmware.com> 3.1.5-4 |
| 63 | 65 |
- Remove shadow requires |
| 64 | 66 |
* Sun Aug 27 2017 Vinay Kulkarni <kulkarniv@vmware.com> 3.1.5-3 |