Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2024-03-15 20:28:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Fri Mar 15 20:28:06 2024 rev:54 rq:1158049 version:1.3.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2024-02-21 17:52:45.955376535 +0100
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1905/jeos-firstboot.changes  
2024-03-15 20:28:19.057532300 +0100
@@ -1,0 +2,6 @@
+Thu Mar 14 16:01:42 UTC 2024 - Fabian Vogt <fv...@suse.com>
+
+- Update to version 1.3.0.7:
+  * Only skip jeos-firstboot if cloud-init found a config source (bsc#1220281)
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.3.0.6.obscpio

New:
----
  jeos-firstboot-1.3.0.7.obscpio

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.kLEjpy/_old  2024-03-15 20:28:19.805559851 +0100
+++ /var/tmp/diff_new_pack.kLEjpy/_new  2024-03-15 20:28:19.805559851 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:           jeos-firstboot
-Version:        1.3.0.6
+Version:        1.3.0.7
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kLEjpy/_old  2024-03-15 20:28:19.865562062 +0100
+++ /var/tmp/diff_new_pack.kLEjpy/_new  2024-03-15 20:28:19.873562356 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">af161b6a81d0cd9ebc62ada905c170008c530724</param></service></servicedata>
+              <param 
name="changesrevision">54d41251098136a0f749f7b415909f996fe75b4b</param></service></servicedata>
 (No newline at EOF)
 

++++++ jeos-firstboot-1.3.0.6.obscpio -> jeos-firstboot-1.3.0.7.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.3.0.6/files/usr/lib/systemd/system/jeos-firstboot.service 
new/jeos-firstboot-1.3.0.7/files/usr/lib/systemd/system/jeos-firstboot.service
--- 
old/jeos-firstboot-1.3.0.6/files/usr/lib/systemd/system/jeos-firstboot.service  
    2024-02-20 16:17:45.000000000 +0100
+++ 
new/jeos-firstboot-1.3.0.7/files/usr/lib/systemd/system/jeos-firstboot.service  
    2024-03-14 16:38:10.000000000 +0100
@@ -18,9 +18,9 @@
 # For NM it uses nmcli, so NM needs to be running
 After=NetworkManager.service
 
-# The existence of this file reflects whether cloud-init's systemd-generator 
enables cloud-init.
-# If it does not exist, cloud-init won't run, so it's our turn.
-ConditionPathExists=!/run/cloud-init/enabled
+# If cloud-init is used on the system, wait until it's done to be able
+# to check whether it performed any configuration.
+After=cloud-config.target
 
 # jeos-firstboot-snapshot.service deletes the flag file, but starts after us
 Wants=jeos-firstboot-snapshot.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jeos-firstboot-1.3.0.6/files/usr/sbin/jeos-firstboot 
new/jeos-firstboot-1.3.0.7/files/usr/sbin/jeos-firstboot
--- old/jeos-firstboot-1.3.0.6/files/usr/sbin/jeos-firstboot    2024-02-20 
16:17:45.000000000 +0100
+++ new/jeos-firstboot-1.3.0.7/files/usr/sbin/jeos-firstboot    2024-03-14 
16:38:10.000000000 +0100
@@ -33,6 +33,11 @@
        dry=1
 fi
 
+if [ -e /run/cloud-init/enabled ] && ! grep -qw none /run/cloud-init/cloud-id; 
then
+       echo $"System configured with cloud-init, skipping jeos-firstboot"
+       exit 0
+fi
+
 if [ -n "$dry" ]; then
        run() {
                echo "$@"

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.kLEjpy/_old  2024-03-15 20:28:19.973566039 +0100
+++ /var/tmp/diff_new_pack.kLEjpy/_new  2024-03-15 20:28:19.977566187 +0100
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.3.0.6
-mtime: 1708442265
-commit: af161b6a81d0cd9ebc62ada905c170008c530724
+version: 1.3.0.7
+mtime: 1710430690
+commit: 54d41251098136a0f749f7b415909f996fe75b4b
 

Reply via email to