Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2018-04-26 13:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Thu Apr 26 13:39:02 2018 rev:11 rq:601132 version:0.0+git20180425.76e5ff7

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2018-04-06 17:52:23.721309142 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new/jeos-firstboot.changes       
2018-04-26 13:39:04.245794355 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 08:51:05 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 0.0+git20180425.76e5ff7:
+  * Turn off systemd status output while jeos-firstboot is running
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-0.0+git20180406.e01f473.tar.xz

New:
----
  jeos-firstboot-0.0+git20180425.76e5ff7.tar.xz

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.v4pEGf/_old  2018-04-26 13:39:04.725776761 +0200
+++ /var/tmp/diff_new_pack.v4pEGf/_new  2018-04-26 13:39:04.725776761 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        0.0+git20180406.e01f473
+Version:        0.0+git20180425.76e5ff7
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.v4pEGf/_old  2018-04-26 13:39:04.769775149 +0200
+++ /var/tmp/diff_new_pack.v4pEGf/_new  2018-04-26 13:39:04.773775002 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-          <param 
name="changesrevision">725793d84940a7573080e58977b763d63619e9f1</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">0d4055f5ed4b12b63871fc397b4c8274e77321c7</param></service></servicedata>
\ No newline at end of file

++++++ jeos-firstboot-0.0+git20180406.e01f473.tar.xz -> 
jeos-firstboot-0.0+git20180425.76e5ff7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-0.0+git20180406.e01f473/files/usr/lib/jeos-firstboot 
new/jeos-firstboot-0.0+git20180425.76e5ff7/files/usr/lib/jeos-firstboot
--- old/jeos-firstboot-0.0+git20180406.e01f473/files/usr/lib/jeos-firstboot     
2018-04-06 11:30:27.000000000 +0200
+++ new/jeos-firstboot-0.0+git20180425.76e5ff7/files/usr/lib/jeos-firstboot     
2018-04-25 18:47:59.000000000 +0200
@@ -64,12 +64,15 @@
 cleanup() {
        echo .oOo.oOo.oOo. > $dialog_out
        rm -f "$dialog_out"
+       kill -s SIGRTMAX-10 1
        run setterm -msglevel 4
 }
 trap cleanup EXIT
 
 # avoid kernel messages spamming our console
 run setterm -msg off
+# Avoid systemd messages spamming our console
+kill -s SIGRTMAX-9 1
 
 systemd_firstboot_args=('--setup-machine-id')
 


Reply via email to