Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2018-05-16 18:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Wed May 16 18:46:53 2018 rev:51 rq:609843 version:18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2018-05-15 10:34:28.433826053 +0200 +++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes 2018-05-16 18:46:54.091784388 +0200 @@ -1,0 +2,10 @@ +Wed May 16 15:21:33 UTC 2018 - [email protected] + +- Drop the generator (bsc#1089824, boo#1093501) + + The generator spawns a script called ds-identify which in turn calls + blkid. When the generator executes the environment may or may not be + ready. The generator speeds up the boot process in cases where + cloud-init is enabled but we are not in an environment where cloud-init + should run -> Don't do that. + +------------------------------------------------------------------- @@ -4 +14 @@ -- Update to version 18.1 (bsc#1092637, bsc#1084509) +- Update to version 18.2 (bsc#1092637, bsc#1084509) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init.spec ++++++ --- /var/tmp/diff_new_pack.3pMLRx/_old 2018-05-16 18:46:54.947753449 +0200 +++ /var/tmp/diff_new_pack.3pMLRx/_new 2018-05-16 18:46:54.947753449 +0200 @@ -1,7 +1,7 @@ # # spec file for package cloud-init # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -261,6 +261,9 @@ rm %{buildroot}/%{_sysconfdir}/cloud/templates/*.redhat.* rm %{buildroot}/%{_sysconfdir}/cloud/templates/*.ubuntu.* +# Remove the systemd generator (bsc#1089824, boo#1093501) +rm -rf %{buildroot}/%{systemd_prefix}/systemd/system-generators/cloud-init-generator + # move sysvinit scripts into the "right" place %if 0%{?suse_version} && 0%{?suse_version} <= 1210 mkdir -p %{buildroot}/%{_initddir} @@ -315,7 +318,6 @@ %attr(0755, root, root) %{_initddir}/cloud-init-local %attr(0755, root, root) %{_initddir}/cloud-final %else -%{systemd_prefix}/systemd/system-generators/cloud-init-generator %{systemd_prefix}/systemd/system/cloud-config.service %{systemd_prefix}/systemd/system/cloud-config.target %{systemd_prefix}/systemd/system/cloud-init-local.service
