diff --git a/cloud-init-settings-providers.patch b/cloud-init-settings-providers.patch new file mode 100644 index 0000000..937c274 --- /dev/null +++ b/cloud-init-settings-providers.patch @@ -0,0 +1,11 @@ +--- cloud-init-0.7.5/cloudinit/settings.py.orig 2014-06-12 19:45:29.132522989 -0500 ++++ cloud-init-0.7.5/cloudinit/settings.py 2014-06-12 19:45:40.670481588 -0500 +@@ -37,7 +37,7 @@ + 'OVF', + 'MAAS', + 'GCE', +- 'OpenStack' ++ 'OpenStack', + 'Ec2', + 'CloudSigma', + 'CloudStack', diff --git a/cloud-init.spec b/cloud-init.spec index 5c33d12..206aec6 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -7,7 +7,7 @@ Name: cloud-init Version: 0.7.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cloud instance init scripts Group: System Environment/Base @@ -28,6 +28,9 @@ Patch1: cloud-init-0.7.5-rsyslog-programname.patch # Systemd 213 removed the --quiet option from ``udevadm settle'' Patch2: cloud-init-0.7.5-udevadm-quiet.patch +# there is a typo in setting.py +Patch3: cloud-init-settings-providers.patch + # Deal with noarch -> arch # https://bugzilla.redhat.com/show_bug.cgi?id=1067089 Obsoletes: cloud-init < 0.7.5-3 @@ -71,6 +74,7 @@ ssh keys and to let the user run various scripts. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 cp -p %{SOURCE2} README.fedora @@ -160,6 +164,9 @@ fi %changelog +* Thu Jun 12 2014 Dennis Gilmore - 0.7.5-6 +- fix typo in settings.py preventing metadata being fecthed in ec2 + * Mon Jun 9 2014 Garrett Holmstrom - 0.7.5-5 - Stopped calling ``udevadm settle'' with --quiet since systemd 213 removed it