Hello community,

here is the log from the commit of package jeos-firstboot for openSUSE:Factory 
checked in at 2020-03-31 17:33:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Tue Mar 31 17:33:00 2020 rev:33 rq:790007 version:0.0+git20200331.db3bc7c

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2020-03-11 18:48:03.423477045 +0100
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.3160/jeos-firstboot.changes  
2020-03-31 17:33:01.596287939 +0200
@@ -1,0 +2,12 @@
+Tue Mar 31 07:50:47 UTC 2020 - jeos-inter...@suse.de
+
+- Update to version 0.0+git20200331.db3bc7c:
+  * Don't set JEOS_HIDE_SUSECONNECT by default
+
+-------------------------------------------------------------------
+Thu Mar 26 08:50:14 UTC 2020 - jeos-inter...@suse.de
+
+- Update to version 0.0+git20200326.f1f96e3:
+  * Add JEOS_HIDE_SUSECONNECT option
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-0.0+git20200309.b23a6ef.tar.xz

New:
----
  jeos-firstboot-0.0+git20200331.db3bc7c.tar.xz

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.Obz5pu/_old  2020-03-31 17:33:02.256288326 +0200
+++ /var/tmp/diff_new_pack.Obz5pu/_new  2020-03-31 17:33:02.264288330 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        0.0+git20200309.b23a6ef
+Version:        0.0+git20200331.db3bc7c
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Obz5pu/_old  2020-03-31 17:33:02.304288354 +0200
+++ /var/tmp/diff_new_pack.Obz5pu/_new  2020-03-31 17:33:02.308288357 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-          <param 
name="changesrevision">a078ddb80b90b6bb31895611f9eb17be2174eea3</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">db3bc7cae37d0c2c29da5c621bfab837e0634cff</param></service></servicedata>
\ No newline at end of file

++++++ jeos-firstboot-0.0+git20200309.b23a6ef.tar.xz -> 
jeos-firstboot-0.0+git20200331.db3bc7c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-0.0+git20200309.b23a6ef/files/usr/lib/jeos-firstboot 
new/jeos-firstboot-0.0+git20200331.db3bc7c/files/usr/lib/jeos-firstboot
--- old/jeos-firstboot-0.0+git20200309.b23a6ef/files/usr/lib/jeos-firstboot     
2020-03-09 15:06:41.000000000 +0100
+++ new/jeos-firstboot-0.0+git20200331.db3bc7c/files/usr/lib/jeos-firstboot     
2020-03-31 09:48:40.000000000 +0200
@@ -332,8 +332,9 @@
        done
 fi
 
-# Do not show the register on non SLE based distributions
-if [ -x /usr/bin/SUSEConnect -a -z "${ID##sle*}" ]; then
+# Do not show the register on non SLE based distributions or if is
+# globally disabled
+if [ -x /usr/bin/SUSEConnect -a -z "${ID##sle*}" -a -z 
"${JEOS_HIDE_SUSECONNECT}" ]; then
        d --msgbox $"Please register this image using your existing SUSE 
entitlement.
 
 As \"root\" use the following command:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-0.0+git20200309.b23a6ef/files/usr/share/defaults/jeos-firstboot.conf
 
new/jeos-firstboot-0.0+git20200331.db3bc7c/files/usr/share/defaults/jeos-firstboot.conf
--- 
old/jeos-firstboot-0.0+git20200309.b23a6ef/files/usr/share/defaults/jeos-firstboot.conf
     2020-03-09 15:06:41.000000000 +0100
+++ 
new/jeos-firstboot-0.0+git20200331.db3bc7c/files/usr/share/defaults/jeos-firstboot.conf
     2020-03-31 09:48:40.000000000 +0200
@@ -22,3 +22,8 @@
 # PXE / OEM) that are part of another product and than can be used
 # when this license was already accepted by other means.
 # JEOS_EULA_ALREADY_AGREED='yes'
+
+# If set to a nonempty value, the dialog box for showing the
+# SUSEConnect help will not be displayed. By default this dialog is
+# present when SUSEConnect is installed on SLE systems.
+# JEOS_HIDE_SUSECONNECT='yes'


Reply via email to