Change-Id: I9ad70998d9617ae85843f62af662ced21973988b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4874
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Usermode tools for VmWare virts |
| 2 | 2 |
Name: open-vm-tools |
| 3 | 3 |
Version: 10.2.0 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
URL: https://github.com/vmware/open-vm-tools |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -9,8 +9,8 @@ Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://github.com/vmware/open-vm-tools/archive/%{name}-stable-%{version}.tar.gz
|
| 11 | 11 |
%define sha1 open-vm-tools=adba97493c4f96db6281a6964ee26b17b5adc5c5 |
| 12 |
-Source1: gosc-scripts-1.0.tar.gz |
|
| 13 |
-%define sha1 gosc-scripts-1.0=5031dd9b3b0569a40d2ee0caaa55a1cbf782345e |
|
| 12 |
+Source1: gosc-scripts-1.1.tar.gz |
|
| 13 |
+%define sha1 gosc-scripts-1.1=655ed8832165a60eb2493b8cecf1b26d0c979d2a |
|
| 14 | 14 |
Source2: vmtoolsd.service |
| 15 | 15 |
Source3: vgauthd.service |
| 16 | 16 |
Patch0: GOSC-libDeploy.patch |
| ... | ... |
@@ -98,6 +98,8 @@ fi |
| 98 | 98 |
|
| 99 | 99 |
|
| 100 | 100 |
%changelog |
| 101 |
+* Wed Mar 14 2018 Anish Swaminathan <anishs@vmware.com> 10.2.0-2 |
|
| 102 |
+- Fix gosc scripts to take care of multiple network files per interface |
|
| 101 | 103 |
* Wed Jan 24 2018 Kumar Kaushik <kaushikk@vmware.com> 10.2.0-1 |
| 102 | 104 |
- Updating to version 10.2.0 |
| 103 | 105 |
* Thu Nov 30 2017 Kumar Kaushik <kaushikk@vmware.com> 10.1.5-3 |