diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-04-07 16:48:16 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-04-08 16:53:31 +0000 |
commit | 75e067cb6f84d1834dea8aeab0722e9ffc651466 (patch) | |
tree | 9b0ec66d047fb6f35f7d04747b2bd9c2421c11d6 /rpm | |
parent | 7e039dbf3ac6a0eea7ae6c673bdbfbec8d7a8047 (diff) | |
download | vyos-walinuxagent-75e067cb6f84d1834dea8aeab0722e9ffc651466.tar.gz vyos-walinuxagent-75e067cb6f84d1834dea8aeab0722e9ffc651466.zip |
Import patches-unapplied version 2.0.4-0ubuntu1 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: 7e039dbf3ac6a0eea7ae6c673bdbfbec8d7a8047
New changelog entries:
* Update to latest upstream version 2.0.4 (LP: #1304023).
- Includes ability for agent injection.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/walinuxagent.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/rpm/walinuxagent.spec b/rpm/walinuxagent.spec index 0ba8cec..f20cb64 100644 --- a/rpm/walinuxagent.spec +++ b/rpm/walinuxagent.spec @@ -2,18 +2,18 @@ # Name: walinuxagent.spec #------------------------------------------------------------------------------- # Purpose : RPM Spec file for Python script packaging -# Version : 2.0.0 +# Version : 2.0.4 # Created : April 20 2012 #=============================================================================== Name: WALinuxAgent Summary: The Windows Azure Linux Agent -Version: 2.0.3 +Version: 2.0.4 Release: 1 License: Apache License Version 2.0 Group: System/Daemons Url: http://go.microsoft.com/fwlink/?LinkId=250998 -Source0: WALinuxAgent-2.0.3.tar.gz +Source0: WALinuxAgent-2.0.4.tar.gz Requires: python python-pyasn1 openssh openssl util-linux sed grep sudo iptables Conflicts: NetworkManager BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,6 +39,7 @@ find . -type f -exec chmod 0644 {} + %install python setup.py install --prefix=%{_prefix} --lnx-distro='redhat' --init-system='sysV' --root=%{buildroot} mkdir -p %{buildroot}/%{_localstatedir}/log +mkdir -p -m 0700 %{buildroot}/%{_sharedstatedir}/waagent touch %{buildroot}/%{_localstatedir}/log/waagent.log %post @@ -64,9 +65,14 @@ fi %config(noreplace) %{_sysconfdir}/logrotate.d/waagent %config %{_sysconfdir}/waagent.conf %ghost %{_localstatedir}/log/waagent.log +%dir %attr(0700, root, root) %{_sharedstatedir}/waagent %changelog +* Thu Mar 25 2014 - walinuxagent@microsoft.com +- Create directory /var/lib/waagent +- Updated version to 2.0.4 for release + * Thu Jan 16 2014 - walinuxagent@microsoft.com - Updated version to 2.0.3 for release |