Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2014-06-04 18:39:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2014-04-08 13:01:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes 2014-06-04 18:39:03.000000000 +0200 @@ -1,0 +2,49 @@ +Mon Apr 14 18:58:18 UTC 2014 - [email protected] + +- update to version 0.7.5 + - open 0.7.5 + - Add a debug log message around import failures + - add a 'debug' module for easily printing out some information about + datasource and cloud-init [Shraddha Pandhe] + - support running apt with 'eatmydata' via configuration token + apt_get_wrapper (LP: #1236531). + - convert paths provided in config-drive 'files' to string before writing + (LP: #1260072). + - Azure: minor changes in logging output. ensure filenames are strings (not + unicode). + - config/cloud.cfg.d/05_logging.cfg: provide a default 'output' setting, to + redirect cloud-init stderr and stdout /var/log/cloud-init-output.log. + - drop support for resizing partitions with parted entirely (LP: #1212492). + This was broken as it was anyway. + - add support for vendordata in SmartOS and NoCloud datasources. + - drop dependency on boto for crawling ec2 metadata service. + - add 'Requires' on sudo (for OpenNebula datasource) in rpm specs, and + 'Recommends' in the debian/control.in [Vlastimil Holer] + - if mount_info reports /dev/root is a device path for /, then convert + that to a device via help of kernel cmdline. + - configdrive: consider partitions as possible datasources if they have + theh correct filesystem label. [Paul Querna] + - initial freebsd support [Harm Weites] + - fix in is_ipv4 to accept IP addresses with a '0' in them. + - Azure: fix issue when stale data in /var/lib/waagent (LP: #1269626) + - skip config_modules that declare themselves only verified on a set of + distros. Add them to 'unverified_modules' list to run anyway. + - Add CloudSigma datasource [Kiril Vladimiroff] + - Add initial support for Gentoo and Arch distributions [Nate House] + - Add GCE datasource [Vaidas Jablonskis] + - Add native Openstack datasource which reads openstack metadata + rather than relying on EC2 data in openstack metadata service. + - SmartOS, AltCloud: disable running on arm systems due to bug + (LP: #1243287, #1285686) [Oleg Strikov] + - Allow running a command to seed random, default is 'pollinate -q' + (LP: #1286316) [Dustin Kirkland] + - Write status to /run/cloud-init/status.json for consumption by + other programs (LP: #1284439) + - Azure: if a reboot causes ephemeral storage to be re-provisioned + Then we need to re-format it. (LP: #1292648) + - OpenNebula: support base64 encoded user-data + [Enol Fernandez, Peter Kotcauer] +- remove azure_1269626.diff, fix integrated in new version +- rename addopenSUSEBase.diff to addopenSUSEBase.patch, forward port + +------------------------------------------------------------------- Old: ---- addopenSUSEBase.diff azure_1269626.diff cloud-init-0.7.4.tar.bz2 New: ---- addopenSUSEBase.patch cloud-init-0.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init.spec ++++++ --- /var/tmp/diff_new_pack.VmjTLe/_old 2014-06-04 18:39:04.000000000 +0200 +++ /var/tmp/diff_new_pack.VmjTLe/_new 2014-06-04 18:39:04.000000000 +0200 @@ -16,19 +16,18 @@ # Name: cloud-init -Version: 0.7.4 +Version: 0.7.5 Release: 0 License: GPL-3.0 Summary: Cloud node initialization tool Url: http://launchpad.net/cloud-init/ Group: System/Management -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Source1: cloud.cfg.suse Patch0: suseSysVInit.diff -Patch1: addopenSUSEBase.diff +Patch1: addopenSUSEBase.patch Patch2: openSUSEHandler.diff Patch3: setupSUSEsysVInit.diff -Patch4: azure_1269626.diff Patch5: openSUSEhostsTemplate.diff BuildRequires: fdupes BuildRequires: filesystem @@ -98,7 +97,6 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 %patch5 %if 0%{?suse_version} <= 1130 ++++++ addopenSUSEBase.patch ++++++ Index: cloud-init-0.7.5/cloudinit/config/cc_resolv_conf.py =================================================================== --- cloud-init-0.7.5.orig/cloudinit/config/cc_resolv_conf.py +++ cloud-init-0.7.5/cloudinit/config/cc_resolv_conf.py @@ -55,7 +55,7 @@ from cloudinit import util frequency = PER_INSTANCE -distros = ['fedora', 'rhel', 'sles'] +distros = ['fedora', 'opensuse', 'rhel', 'sles'] def generate_resolv_conf(cloud, log, params): Index: cloud-init-0.7.5/cloudinit/distros/__init__.py =================================================================== --- cloud-init-0.7.5.orig/cloudinit/distros/__init__.py +++ cloud-init-0.7.5/cloudinit/distros/__init__.py @@ -41,7 +41,7 @@ OSFAMILIES = { 'redhat': ['fedora', 'rhel'], 'gentoo': ['gentoo'], 'freebsd': ['freebsd'], - 'suse': ['sles'], + 'suse': ['opensuse', 'sles'], 'arch': ['arch'], } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
