diff -Nru walinuxagent-2.1.5/debian/changelog walinuxagent-2.1.5/debian/changelog --- walinuxagent-2.1.5/debian/changelog 2016-12-01 11:41:07.000000000 +0100 +++ walinuxagent-2.1.5/debian/changelog 2016-12-19 18:47:27.000000000 +0100 @@ -1,3 +1,10 @@ +walinuxagent (2.1.5-0ubuntu4.1~14.04.0ubuntu1) trusty; urgency=medium + + * debian/patches/lp-1650522-reenable-auto-update.patch: + - Enable AutoUpdate again at config/ubuntu/waagent.conf (LP: #1650522) + + -- Jose Luis Vazquez Gonzalez (Jose Vazquez) Mon, 19 Dec 2016 18:46:19 +0100 + walinuxagent (2.1.5-0ubuntu4~14.04.0) trusty; urgency=medium * Backport to trusty (LP: #1603581) diff -Nru walinuxagent-2.1.5/debian/patches/lp-1650522-reenable-auto-update.patch walinuxagent-2.1.5/debian/patches/lp-1650522-reenable-auto-update.patch --- walinuxagent-2.1.5/debian/patches/lp-1650522-reenable-auto-update.patch 1970-01-01 01:00:00.000000000 +0100 +++ walinuxagent-2.1.5/debian/patches/lp-1650522-reenable-auto-update.patch 2016-12-19 18:44:38.000000000 +0100 @@ -0,0 +1,20 @@ +Description: re-enable AutoUpdate at waagent.conf + After having disabled AutoUpdates it was agreed with Azure that + the ubuntu package was required to re-enable them by default. +Author: Jose Vazquez +Origin: upstream +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1650522 +Forwarded: not-needed +Last-Update: 2016-12-16 + +Index: walinuxagent-2.1.5/config/ubuntu/waagent.conf +=================================================================== +--- walinuxagent-2.1.5.orig/config/ubuntu/waagent.conf ++++ walinuxagent-2.1.5/config/ubuntu/waagent.conf +@@ -82,5 +82,5 @@ OS.OpensslPath=None + # OS.EnableRDMA=y + + # Enable or disable self-update, default is enabled +-AutoUpdate.Enabled=n ++AutoUpdate.Enabled=y + AutoUpdate.GAFamily=Prod diff -Nru walinuxagent-2.1.5/debian/patches/series walinuxagent-2.1.5/debian/patches/series --- walinuxagent-2.1.5/debian/patches/series 2016-12-01 11:41:07.000000000 +0100 +++ walinuxagent-2.1.5/debian/patches/series 2016-12-19 18:43:56.000000000 +0100 @@ -4,3 +4,4 @@ disable_udev_overrides.patch lp1623570-adjust-walinuxagent-service-after-and-wants.patch fix-auto-update.patch +lp-1650522-reenable-auto-update.patch