Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2016-05-14 12:23:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-03-26 
15:27:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes       
2016-05-14 12:23:30.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  3 21:49:47 UTC 2016 - [email protected]
+
+- Add cloud-init-finalbeforelogin.patch (bsc#978048)
+  + Ordering issue, avoid login prompt before cloud-init is finished
+
+-------------------------------------------------------------------

New:
----
  cloud-init-finalbeforelogin.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cloud-init.spec ++++++
--- /var/tmp/diff_new_pack.xXATmH/_old  2016-05-14 12:23:31.000000000 +0200
+++ /var/tmp/diff_new_pack.xXATmH/_new  2016-05-14 12:23:31.000000000 +0200
@@ -40,6 +40,7 @@
 Patch11:        dataSourceOpenNebula.patch
 Patch12:        fix-default-systemd-unit-dir.patch
 Patch13:        no_logic_change.patch
+Patch14:        cloud-init-finalbeforelogin.patch
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 BuildRequires:  python-devel
@@ -139,6 +140,7 @@
 %patch11 -p2
 %patch12
 %patch13
+%patch14
 
 %if 0%{?suse_version} <= 1130
 # disable ecdsa for SLE 11 (not available)

++++++ cloud-init-finalbeforelogin.patch ++++++
--- systemd/cloud-final.service.orig
+++ systemd/cloud-final.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Execute cloud user/final scripts
 After=network.target syslog.target cloud-config.service rc-local.service
+Before=systemd-logind.service
 Requires=cloud-config.target
 Wants=network.target
 

Reply via email to