Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2017-11-14 12:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Tue Nov 14 12:58:06 2017 rev:6 rq:541283 version:0.0+git20171113.02e973c

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2017-10-26 18:44:46.686847947 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new/jeos-firstboot.changes       
2017-11-14 12:58:12.948768594 +0100
@@ -1,0 +2,7 @@
+Mon Nov 13 11:57:37 UTC 2017 - [email protected]
+
+- Update to version 0.0+git20171113.02e973c:
+  * change initial snapshot number to 2
+  * Run dracut before initial snapshot
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-0.0+git20171024.4c4ec65.tar.xz

New:
----
  jeos-firstboot-0.0+git20171113.02e973c.tar.xz

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.2txOVh/_old  2017-11-14 12:58:13.564746071 +0100
+++ /var/tmp/diff_new_pack.2txOVh/_new  2017-11-14 12:58:13.564746071 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        0.0+git20171024.4c4ec65
+Version:        0.0+git20171113.02e973c
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2txOVh/_old  2017-11-14 12:58:13.600744755 +0100
+++ /var/tmp/diff_new_pack.2txOVh/_new  2017-11-14 12:58:13.600744755 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-          <param 
name="changesrevision">1feb4144d60f8b9e2c509b2cffb09371a97fad36</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">0c7f1f3f022c6dbac131fc280d00f5d35a748bdf</param></service></servicedata>
\ No newline at end of file

++++++ jeos-firstboot-0.0+git20171024.4c4ec65.tar.xz -> 
jeos-firstboot-0.0+git20171113.02e973c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-0.0+git20171024.4c4ec65/files/usr/lib/jeos-firstboot 
new/jeos-firstboot-0.0+git20171113.02e973c/files/usr/lib/jeos-firstboot
--- old/jeos-firstboot-0.0+git20171024.4c4ec65/files/usr/lib/jeos-firstboot     
2017-10-24 13:01:25.000000000 +0200
+++ new/jeos-firstboot-0.0+git20171113.02e973c/files/usr/lib/jeos-firstboot     
2017-11-13 12:56:12.000000000 +0100
@@ -261,10 +261,15 @@
         break # one is enough
 done
 
+# Run dracut to generate an optimized initrd
+# the image originally carries an generic initrd generated by kiwi
+echo "Optimizing initrd image"
+dracut -q --force
+
 #d --infobox "Creating snapshot ..." 3 40 || true
 #run snapper --no-dbus -v create -d "Initial Status" --userdata 
"important=yes" || d --msgbox "snapper failed" 0 0 || true
-if [ ! -e /.snapshots/3 ]; then
-    run create_snapshot 3 "Initial Status" "yes" || true
+if [ ! -e /.snapshots/2 ]; then
+    run create_snapshot 2 "Initial Status" "yes" || true
 fi
 /usr/lib/snapper/plugins/grub --refresh
 


Reply via email to