diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-07-02 15:14:26 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-03 16:03:20 +0000 |
commit | e1187be5b25316b2a1a9250b2aa4450179fe1f7d (patch) | |
tree | 88d6c1409913e3a630a8e82c5aed5edd26ab16ef /rpm | |
parent | 5af8d1f80caf5d49988dbb0cf95ad7c58250b90f (diff) | |
download | vyos-walinuxagent-e1187be5b25316b2a1a9250b2aa4450179fe1f7d.tar.gz vyos-walinuxagent-e1187be5b25316b2a1a9250b2aa4450179fe1f7d.zip |
Import patches-unapplied version 2.0.13-0ubuntu1 to ubuntu/wily-proposed
Imported using git-ubuntu import.
Changelog parent: 5af8d1f80caf5d49988dbb0cf95ad7c58250b90f
New changelog entries:
* New upstream release (LP: #1449369).
* Rebased patches for 2.0.12 onto 2.0.13.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/walinuxagent.spec | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/rpm/walinuxagent.spec b/rpm/walinuxagent.spec index 45a2b42..1d6f794 100644 --- a/rpm/walinuxagent.spec +++ b/rpm/walinuxagent.spec @@ -2,19 +2,19 @@ # Name: walinuxagent.spec #------------------------------------------------------------------------------- # Purpose : RPM Spec file for Python script packaging -# Version : 2.0.8 +# Version : 2.0.13 # Created : April 20 2012 #=============================================================================== Name: WALinuxAgent Summary: The Windows Azure Linux Agent -Version: 2.0.8 +Version: 2.0.13 Release: 1 License: Apache License Version 2.0 Group: System/Daemons Url: http://go.microsoft.com/fwlink/?LinkId=250998 -Source0: WALinuxAgent-2.0.8.tar.gz -Requires: python python-pyasn1 openssh openssl util-linux sed grep sudo iptables +Source0: WALinuxAgent-2.0.13.tar.gz +Requires: python python-pyasn1 openssh openssl util-linux sed grep sudo iptables parted BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Vendor: Microsoft Corporation @@ -61,7 +61,8 @@ fi %files -%attr(0755,root,root) %{_initddir}/waagent +%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/waagent +%attr(0755,root,root) %{_sysconfdir}/udev/rules.d/99-azure-product-uuid.rules %defattr(0644,root,root,0755) %doc Changelog LICENSE-2.0.txt NOTICE README %attr(0755,root,root) %{_sbindir}/waagent @@ -75,7 +76,7 @@ fi * Thu Sep 18 2014 - walinuxagent@microsoft.com - Remove NetworkManager conflict for EL7+ -* Thu Mar 25 2014 - walinuxagent@microsoft.com +* Sun Mar 25 2014 - walinuxagent@microsoft.com - Create directory /var/lib/waagent - Updated version to 2.0.4 for release @@ -91,13 +92,13 @@ fi * Fri Sep 20 2013 - walinuxagent@microsoft.com - Updated version to 2.0.0 for release -* Thu Aug 23 2013 - walinuxagent@microsoft.com +* Fri Aug 23 2013 - walinuxagent@microsoft.com - Updated version to 1.4.0 for release * Thu May 30 2013 - walinuxagent@microsoft.com - Updated version to 1.3.3 for release -* Fri Feb 26 2013 - walinuxagent@microsoft.com +* Tue Feb 26 2013 - walinuxagent@microsoft.com - Updated version to 1.3.2 for release * Fri Feb 15 2013 - walinuxagent@microsoft.com |