Browse code

Update WALinuxagent

Change-Id: I4cee6dde66b6a01d9f4e75c78736d155bf6a9b30
Reviewed-on: http://photon-jenkins.eng.vmware.com/776
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George
(cherry picked from commit 5ccfaa6db1f9791cbe280a828d75a01461f6e260)
Reviewed-on: http://photon-jenkins.eng.vmware.com/837

suezzelur authored on 2016/04/29 17:19:47
Showing 2 changed files
... ...
@@ -1,13 +1,13 @@
1 1
 Name:           WALinuxAgent
2 2
 Summary:        The Windows Azure Linux Agent
3
-Version:        2.0.14
4
-Release:        3%{?dist}
3
+Version:        2.0.18
4
+Release:        1%{?dist}
5 5
 License:        Apache License Version 2.0
6 6
 Group:          System/Daemons
7 7
 Url:            http://go.microsoft.com/fwlink/?LinkId=250998
8 8
 Source0:        %{name}-%{version}.tar.gz
9 9
 Patch0:         photondistroadd.patch
10
-%define sha1 WALinuxAgent=90448cc3f48f21a23a0932d1cf05e75d5a5bf158
10
+%define sha1 WALinuxAgent=76238745a0ec598920f37a6445e383dab23c9f1b
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 
... ...
@@ -79,6 +79,8 @@ fi
79 79
 
80 80
 
81 81
 %changelog
82
+* Thu Apr 28 2016 Anish Swaminathan <anishs@vmware.com> 2.0.18-1
83
+- Update to 2.0.18
82 84
 * Thu Jan 28 2016 Anish Swaminathan <anishs@vmware.com> 2.0.14-3
83 85
 - Removed redundant requires 
84 86
 * Thu Aug 6 2015 Anish Swaminathan <anishs@vmware.com>
... ...
@@ -1,7 +1,7 @@
1
-diff -rupN WALinuxAgent-2.0.14/waagent WALinuxAgent-2.0.14-new/waagent
2
-+++ WALinuxAgent-2.0.14-new/waagent	2015-07-15 12:50:34.031122491 -0700
3
-@@ -1581,6 +1581,139 @@ class fedoraDistro(redhatDistro):
1
+diff -ru WALinuxAgent-2.0.18/waagent WALinuxAgent-2.0.18-new/waagent
2
+--- WALinuxAgent-2.0.18/waagent	2016-04-01 01:29:50.000000000 -0700
3
+@@ -2403,6 +2403,139 @@
4 4
          Run('/sbin/usermod ' + user + ' -G ""')
5 5
          super(fedoraDistro, self).DeleteAccount(user)
6 6
  
... ...
@@ -141,7 +141,7 @@ diff -rupN WALinuxAgent-2.0.14/waagent WALinuxAgent-2.0.14-new/waagent
141 141
  ############################################################    
142 142
  #	FreeBSD
143 143
  ############################################################    
144
-@@ -5823,6 +5956,7 @@ def GetMyDistro(dist_class_name=''):
144
+@@ -6934,6 +7067,7 @@
145 145
      Return MyDistro object.
146 146
      NOTE: Logging is not initialized at this point.
147 147
      """