Hello community,
here is the log from the commit of package jeos-firstboot for
openSUSE:Leap:15.2 checked in at 2020-03-29 14:55:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/jeos-firstboot (Old)
and /work/SRC/openSUSE:Leap:15.2/.jeos-firstboot.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot"
Sun Mar 29 14:55:56 2020 rev:57 rq:789169 version:0.0+git20200326.f1f96e3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/jeos-firstboot/jeos-firstboot.changes
2020-03-10 17:14:37.601439039 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.jeos-firstboot.new.3160/jeos-firstboot.changes
2020-03-29 14:55:57.323170179 +0200
@@ -1,0 +2,6 @@
+Thu Mar 26 08:50:14 UTC 2020 - [email protected]
+
+- 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+git20200326.f1f96e3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.sgIdDy/_old 2020-03-29 14:55:57.671170450 +0200
+++ /var/tmp/diff_new_pack.sgIdDy/_new 2020-03-29 14:55:57.675170454 +0200
@@ -17,7 +17,7 @@
Name: jeos-firstboot
-Version: 0.0+git20200309.b23a6ef
+Version: 0.0+git20200326.f1f96e3
Release: 0
Summary: Simple text based JeOS first boot wizard
License: MIT
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.sgIdDy/_old 2020-03-29 14:55:57.715170485 +0200
+++ /var/tmp/diff_new_pack.sgIdDy/_new 2020-03-29 14:55:57.715170485 +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">84eeb0ff98e51e6f949aa7b816d2c769e0a2ba7c</param></service></servicedata>
\ No newline at end of file
++++++ jeos-firstboot-0.0+git20200309.b23a6ef.tar.xz ->
jeos-firstboot-0.0+git20200326.f1f96e3.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+git20200326.f1f96e3/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+git20200326.f1f96e3/files/usr/lib/jeos-firstboot
2020-03-26 09:41:40.000000000 +0100
@@ -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+git20200326.f1f96e3/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+git20200326.f1f96e3/files/usr/share/defaults/jeos-firstboot.conf
2020-03-26 09:41:40.000000000 +0100
@@ -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'