diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-07-03 10:47:27 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-03 18:03:22 +0000 |
commit | 7cb11e70e6c639cefc143e8df243b3e88f5fe232 (patch) | |
tree | 19651ce79eed8976645b93bfb4affe6549ee538e /debian | |
parent | e1187be5b25316b2a1a9250b2aa4450179fe1f7d (diff) | |
download | vyos-walinuxagent-7cb11e70e6c639cefc143e8df243b3e88f5fe232.tar.gz vyos-walinuxagent-7cb11e70e6c639cefc143e8df243b3e88f5fe232.zip |
Import patches-unapplied version 2.0.13-0ubuntu2 to ubuntu/wily-proposed
Imported using git-ubuntu import.
Changelog parent: e1187be5b25316b2a1a9250b2aa4450179fe1f7d
New changelog entries:
* Added missing udev rule for product-uuid.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/install | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 87408ae..fe6d8fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,18 @@ +walinuxagent (2.0.13-0ubuntu2) wily; urgency=medium + + * Added missing udev rule for product-uuid. + + -- Ben Howard <ben.howard@ubuntu.com> Fri, 03 Jul 2015 10:47:27 -0600 + walinuxagent (2.0.13-0ubuntu1) wily; urgency=medium * New upstream release (LP: #1449369). * Rebased patches for 2.0.12 onto 2.0.13. + * Upstream fixes: + - Handle http 410 returned by host + - Add support for http proxy + - Add support to execute CustomData after provisioning + - Update service start/stop command for Ubuntu -- Ben Howard <ben.howard@ubuntu.com> Thu, 02 Jul 2015 15:14:26 -0600 diff --git a/debian/install b/debian/install index 5f441de..21a75f4 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,4 @@ +config/99-azure-product-uuid.rules lib/udev/rules.d config/91_walinuxagent.cfg etc/cloud/cloud.cfg.d debian/ephemeral-disk-warning.service lib/systemd/system debian/ephemeral-disk-warning.conf etc/init |