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 2022-06-21 17:15:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Tue Jun 21 17:15:34 2022 rev:46 rq:984202 version:1.2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2022-06-17 21:18:58.042658011 +0200 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1548/jeos-firstboot.changes 2022-06-21 17:15:43.270364545 +0200 @@ -1,0 +2,11 @@ +Mon Jun 20 16:18:23 UTC 2022 - Ludwig Nussel <lnus...@suse.de> + +- Don't require wicked nor NetworkManager. Both are optional + +------------------------------------------------------------------- +Mon Jun 20 09:46:22 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- Update to version 1.2.0.4: + * Rewrite license code + +------------------------------------------------------------------- Old: ---- jeos-firstboot-1.2.0.3.obscpio New: ---- jeos-firstboot-1.2.0.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.A3gvWH/_old 2022-06-21 17:15:43.814365099 +0200 +++ /var/tmp/diff_new_pack.A3gvWH/_new 2022-06-21 17:15:43.818365102 +0200 @@ -17,7 +17,7 @@ Name: jeos-firstboot -Version: 1.2.0.3 +Version: 1.2.0.4 Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT @@ -29,7 +29,6 @@ Requires: iproute2 Requires: live-langset-data Requires: timezone -Requires: (NetworkManager or wicked) BuildArch: noarch %{?systemd_requires} ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.A3gvWH/_old 2022-06-21 17:15:43.858365144 +0200 +++ /var/tmp/diff_new_pack.A3gvWH/_new 2022-06-21 17:15:43.862365147 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">a0744192d5a2c532c40d0c321ea6abeb6659e2f5</param></service></servicedata> + <param name="changesrevision">fafe62d0d46809688e064ca92d49ccbe64f833ed</param></service></servicedata> (No newline at EOF) ++++++ jeos-firstboot-1.2.0.3.obscpio -> jeos-firstboot-1.2.0.4.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.2.0.3/files/usr/sbin/jeos-firstboot new/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-firstboot --- old/jeos-firstboot-1.2.0.3/files/usr/sbin/jeos-firstboot 2022-06-14 15:57:05.000000000 +0200 +++ new/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-firstboot 2022-06-20 11:45:42.000000000 +0200 @@ -159,11 +159,12 @@ done fi - if [ ! -e "${EULA_FILE%/*}/no-acceptance-needed" ]; then - while ! dialog --backtitle "$PRETTY_NAME" --textbox "$EULA_FILE" $dh_text 85 --and-widget --yesno $"Do you agree with the terms of the license?" 0 0; do - d --msgbox $"Can not continue without agreement" 6 40 - done - fi + while true; do + d --textbox "$EULA_FILE" $dh_text 85 + [ -e "${EULA_FILE%/*}/no-acceptance-needed" ] && break + dialog --yesno $"Do you agree with the terms of the license?" 0 0 && break + dialog --msgbox $"Can not continue without agreement" 6 40 || : + done fi if [ -z "$JEOS_TIMEZONE" ]; then ++++++ jeos-firstboot.obsinfo ++++++ --- /var/tmp/diff_new_pack.A3gvWH/_old 2022-06-21 17:15:43.954365241 +0200 +++ /var/tmp/diff_new_pack.A3gvWH/_new 2022-06-21 17:15:43.958365245 +0200 @@ -1,5 +1,5 @@ name: jeos-firstboot -version: 1.2.0.3 -mtime: 1655215025 -commit: a0744192d5a2c532c40d0c321ea6abeb6659e2f5 +version: 1.2.0.4 +mtime: 1655718342 +commit: fafe62d0d46809688e064ca92d49ccbe64f833ed