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-28 13:52:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Thu Mar 28 13:52:27 2024 rev:55 rq:1162835 version:1.3.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2024-03-15 20:28:19.057532300 +0100
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1905/jeos-firstboot.changes  
2024-03-28 14:03:16.353086238 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 08:30:02 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to version 1.3.0.8:
+  * Match CPE_NAME for checking whether to show the registration dialog 
(bsc#1222034)
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.3.0.7.obscpio

New:
----
  jeos-firstboot-1.3.0.8.obscpio

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

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

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

++++++ jeos-firstboot-1.3.0.7.obscpio -> jeos-firstboot-1.3.0.8.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jeos-firstboot-1.3.0.7/files/usr/sbin/jeos-firstboot 
new/jeos-firstboot-1.3.0.8/files/usr/sbin/jeos-firstboot
--- old/jeos-firstboot-1.3.0.7/files/usr/sbin/jeos-firstboot    2024-03-14 
16:38:10.000000000 +0100
+++ new/jeos-firstboot-1.3.0.8/files/usr/sbin/jeos-firstboot    2024-03-27 
09:29:39.000000000 +0100
@@ -194,9 +194,9 @@
     dialog_password
 fi
 
-# Do not show the register on non SLE based distributions or if is
-# globally disabled
-if [ -z "${ID##sle*}" ] && [ -z "${JEOS_HIDE_SUSECONNECT}" ]; then
+# Only show the registration prompt on commercial distros and if it's not
+# globally disabled. Can't use /etc/products.d/ for that, even TW has a 
register target.
+if [ -z "${CPE_NAME##cpe:*o:suse:*}" ] && [ -z "${JEOS_HIDE_SUSECONNECT}" ]; 
then
        if [ -x /usr/bin/SUSEConnect ] && [ -x /usr/sbin/transactional-update 
]; then
                welcome_screen_with_console_switch
                d --msgbox $"Please register this image using your existing 
SUSE entitlement.

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.TIYAbm/_old  2024-03-28 14:03:28.241524352 +0100
+++ /var/tmp/diff_new_pack.TIYAbm/_new  2024-03-28 14:03:28.245524499 +0100
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.3.0.7
-mtime: 1710430690
-commit: 54d41251098136a0f749f7b415909f996fe75b4b
+version: 1.3.0.8
+mtime: 1711528179
+commit: b726c1d087db25df6692e0314cee2c679c86aca6
 

Reply via email to