From 959aa67d3892c0bb66f8ffc3c8b1c850be7552c2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 16 2016 10:51:59 +0000 Subject: import WALinuxAgent-2.0.16-1.el6 --- diff --git a/.WALinuxAgent.metadata b/.WALinuxAgent.metadata index 9d312a2..23608d1 100644 --- a/.WALinuxAgent.metadata +++ b/.WALinuxAgent.metadata @@ -1 +1 @@ -c0691ce45cd13e08f57d2c136935f5215aef8db7 SOURCES/WALinuxAgent-WALinuxAgent-2.0.13.tar.gz +65214d921122d8c048d99c8e85a4f12eb97eafaa SOURCES/WALinuxAgent-WALinuxAgent-2.0.16.tar.gz diff --git a/.gitignore b/.gitignore index 698b66a..33e891f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/WALinuxAgent-WALinuxAgent-2.0.13.tar.gz +SOURCES/WALinuxAgent-WALinuxAgent-2.0.16.tar.gz diff --git a/SPECS/WALinuxAgent.spec b/SPECS/WALinuxAgent.spec index ca5cb63..e308884 100644 --- a/SPECS/WALinuxAgent.spec +++ b/SPECS/WALinuxAgent.spec @@ -1,4 +1,3 @@ - %if 0%{?fedora} %global distro fedora %global initsys systemd @@ -7,6 +6,7 @@ %global distro redhat %if 0%{?rhel} < 7 %global initsys sysV +%{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d} %else %global initsys systemd %endif @@ -16,14 +16,14 @@ %endif Name: WALinuxAgent -Version: 2.0.13 +Version: 2.0.16 Release: 1%{?dist} -Summary: The Windows Azure Linux Agent +Summary: The Microsoft Azure Linux Agent Group: System Environment/Daemons License: ASL 2.0 URL: https://github.com/Azure/%{name} -Source0: https://github.com/Azure/%{name}/archive/%{name}-%{name}-%{version}.tar.gz +Source0: https://github.com/Azure/%{name}/archive/%{name}-%{name}-%{version}.tar.gz # Redhat-specific patch (not submitted upstream) Patch0: %{name}-2.0.8-logrotate-name.patch @@ -58,9 +58,9 @@ Requires(postun): initscripts %endif %description -The Windows Azure Linux Agent supports the provisioning and running of Linux -VMs in the Windows Azure cloud. This package should be installed on Linux disk -images that are built to run in the Windows Azure environment. +The Microsoft Azure Linux Agent supports the provisioning and running of Linux +VMs in the Microsoft Azure cloud. This package should be installed on Linux disk +images that are built to run in the Microsoft Azure environment. %prep %setup -qn %{name}-%{name}-%{version} @@ -78,6 +78,9 @@ mkdir -p -m 0700 %{buildroot}%{_sharedstatedir}/waagent mkdir -p %{buildroot}%{_localstatedir}/log touch %{buildroot}%{_localstatedir}/log/waagent.log +mkdir -p %{buildroot}%{_udevrulesdir} +mv %{buildroot}%{_sysconfdir}/udev/rules.d/99-azure-product-uuid.rules %{buildroot}%{_udevrulesdir}/99-azure-product-uuid.rules + %post %if %{initsys} == systemd %systemd_post waagent.service @@ -117,7 +120,7 @@ fi %config(noreplace) %{_sysconfdir}/logrotate.d %{_sbindir}/waagent %config(noreplace) %{_sysconfdir}/waagent.conf -%{_sysconfdir}/udev/rules.d/99-azure-product-uuid.rules +%{_udevrulesdir}/99-azure-product-uuid.rules %if %{initsys} == systemd %{_unitdir}/waagent.service @@ -126,6 +129,10 @@ fi %endif %changelog +* Wed Jan 16 2016 Dave Anderson - 2.0.16-1 +- Update to 2.0.16 + Resolves: rhbz#1296360 + * Mon Jun 01 2015 Dave Anderson - 2.0.13-1 - Update to upstream 2.0.13 package. - Remove global commit md5sum and fix Source0 to point to correct location.