diff -Nru walinuxagent-1.3.2/debian/changelog walinuxagent-1.3.2/debian/changelog --- walinuxagent-1.3.2/debian/changelog 2014-03-19 08:36:18.000000000 -0600 +++ walinuxagent-1.3.2/debian/changelog 2014-04-22 10:12:38.000000000 -0600 @@ -1,3 +1,10 @@ +walinuxagent (1.3.2-0ubuntu4~12.04.7) precise; urgency=medium + + * Revert of regression introduced with LP: #1268050: use compatible + DHCP send hostname (LP: #1308974) + + -- Ben Howard Thu, 17 Apr 2014 11:51:14 -0600 + walinuxagent (1.3.2-0ubuntu4~12.04.6) precise; urgency=low * Fixes for (LP: #1268050): diff -Nru walinuxagent-1.3.2/debian/postinst walinuxagent-1.3.2/debian/postinst --- walinuxagent-1.3.2/debian/postinst 2014-03-19 07:38:46.000000000 -0600 +++ walinuxagent-1.3.2/debian/postinst 2014-04-22 10:14:30.000000000 -0600 @@ -19,13 +19,13 @@ mv /etc/waagent.conf.save /etc/waagent.conf fi - # fix for LP: 1268050 - sed -i 's|^send host-name "";|send host-name = gethostname();|g' /etc/dhcp/dhclient.conf + # fix for regression from LP: 1268050 (LP: #1308974) + sed -i 's|^send host-name = gethostname();|send host-name "";|g' /etc/dhcp/dhclient.conf ;; upgrade) - # fix for LP: 1268050 - sed -i 's|^send host-name "";|send host-name = gethostname();|g' /etc/dhcp/dhclient.conf + # fix for regression from LP: 1268050 (LP: #1308974) + sed -i 's|^send host-name = gethostname();|send host-name "";|g' /etc/dhcp/dhclient.conf ;; abort-upgrade|abort-remove|abort-deconfigure)