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-05-27 11:44:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Mon May 27 11:44:45 2024 rev:59 rq:1176741 version:1.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2024-05-07 18:02:30.220543257 +0200 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.24587/jeos-firstboot.changes 2024-05-27 11:45:27.866944251 +0200 @@ -1,0 +2,6 @@ +Fri May 24 13:08:13 UTC 2024 - Fabian Vogt <[email protected]> + +- Update to version 1.4.3: + * Use UTC as default TZ if there was no locale selection dialog (boo#1224212) + +------------------------------------------------------------------- Old: ---- jeos-firstboot-1.4.2.obscpio New: ---- jeos-firstboot-1.4.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.4A3N3Z/_old 2024-05-27 11:45:31.091062369 +0200 +++ /var/tmp/diff_new_pack.4A3N3Z/_new 2024-05-27 11:45:31.091062369 +0200 @@ -23,7 +23,7 @@ %endif Name: jeos-firstboot -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.4A3N3Z/_old 2024-05-27 11:45:31.139064128 +0200 +++ /var/tmp/diff_new_pack.4A3N3Z/_new 2024-05-27 11:45:31.143064274 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">510d18e2b077fe9a40bcf83e543ba1847589935c</param></service></servicedata> + <param name="changesrevision">10a8d1780796cd547c8fc71067e1565977ce6050</param></service></servicedata> (No newline at EOF) ++++++ jeos-firstboot-1.4.2.obscpio -> jeos-firstboot-1.4.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.4.2/files/usr/sbin/jeos-firstboot new/jeos-firstboot-1.4.3/files/usr/sbin/jeos-firstboot --- old/jeos-firstboot-1.4.2/files/usr/sbin/jeos-firstboot 2024-05-06 13:30:36.000000000 +0200 +++ new/jeos-firstboot-1.4.3/files/usr/sbin/jeos-firstboot 2024-05-24 15:05:25.000000000 +0200 @@ -83,9 +83,18 @@ JEOS_LOCALE=${JEOS_LOCALE-} JEOS_KEYTABLE=${JEOS_KEYTABLE-} +# If there is only a single locale on the system, don't use its +# default timezone but UTC instead. +use_utc_as_default_tz=0 + if [ -z "$JEOS_LOCALE" ] && ! get_credential JEOS_LOCALE firstboot.locale; then welcome_screen_with_console_switch dialog_locale + + # Same check as inside dialog_locale + if [ "${#list[@]}" -eq 2 ]; then + use_utc_as_default_tz=1 + fi fi # Activate the locale selected @@ -101,6 +110,12 @@ # langset.sh needs locale to set keytable apply_locale_and_keytable +# apply_locale(_and_keytable) also sets the TZ, override it here +if [ "$use_utc_as_default_tz" -eq "1" ]; then + rm -f /etc/localtime + ln -s /usr/share/zoneinfo/UTC /etc/localtime +fi + [ -n "$JEOS_LOCALE" ] && language="${JEOS_LOCALE%%_*}" || language="en" force_english_license=0 export LANG="$JEOS_LOCALE" ++++++ jeos-firstboot.obsinfo ++++++ --- /var/tmp/diff_new_pack.4A3N3Z/_old 2024-05-27 11:45:31.255068378 +0200 +++ /var/tmp/diff_new_pack.4A3N3Z/_new 2024-05-27 11:45:31.259068524 +0200 @@ -1,5 +1,5 @@ name: jeos-firstboot -version: 1.4.2 -mtime: 1714995036 -commit: 510d18e2b077fe9a40bcf83e543ba1847589935c +version: 1.4.3 +mtime: 1716555925 +commit: 10a8d1780796cd547c8fc71067e1565977ce6050
