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 2023-05-13 17:17:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Sat May 13 17:17:15 2023 rev:48 rq:1086719 version:1.2.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2023-03-11 18:22:54.750528053 +0100 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1533/jeos-firstboot.changes 2023-05-13 17:17:23.914297330 +0200 @@ -1,0 +2,8 @@ +Wed May 10 09:44:16 UTC 2023 - Fabian Vogt <[email protected]> + +- Update to version 1.2.0.6: + * Change EULA/license dialog button label to "Continue" (bsc#1210279) +- Only build the rpiwifi package on SLE/Leap 15 (bsc#1207419) +- Add an explicit dependency on nmtui + +------------------------------------------------------------------- Old: ---- jeos-firstboot-1.2.0.5.obscpio New: ---- jeos-firstboot-1.2.0.6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.Nb8zfq/_old 2023-05-13 17:17:24.610301335 +0200 +++ /var/tmp/diff_new_pack.Nb8zfq/_new 2023-05-13 17:17:24.618301380 +0200 @@ -16,8 +16,14 @@ # +%if 0%{?suse_version} >= 1550 +%bcond_with rpiwifi +%else +%bcond_without rpiwifi +%endif + Name: jeos-firstboot -Version: 1.2.0.5 +Version: 1.2.0.6 Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT @@ -29,6 +35,7 @@ Requires: iproute2 Requires: live-langset-data Requires: timezone +Requires: (/usr/bin/nmtui if NetworkManager) BuildArch: noarch %{?systemd_requires} @@ -55,6 +62,9 @@ %install cp -a files/* %{buildroot} +%if %{without rpiwifi} +rm %{buildroot}%{_datadir}/jeos-firstboot/modules/raspberrywifi +%endif %preun %service_del_preun jeos-firstboot.service @@ -88,7 +98,9 @@ %{_datadir}/jeos-firstboot/jeos-firstboot-functions %{_datadir}/jeos-firstboot/welcome-screen +%if %{with rpiwifi} %files rpiwifi %{_datadir}/jeos-firstboot/modules/raspberrywifi +%endif %changelog ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Nb8zfq/_old 2023-05-13 17:17:24.674301703 +0200 +++ /var/tmp/diff_new_pack.Nb8zfq/_new 2023-05-13 17:17:24.678301725 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">4dbe31e71c04f93ef2b1af459d8b321350c1c02d</param></service></servicedata> + <param name="changesrevision">e9cd8de52d9295b1ed53827f34ae851788ab6565</param></service></servicedata> (No newline at EOF) ++++++ jeos-firstboot-1.2.0.5.obscpio -> jeos-firstboot-1.2.0.6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-firstboot new/jeos-firstboot-1.2.0.6/files/usr/sbin/jeos-firstboot --- old/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-firstboot 2022-11-29 14:17:05.000000000 +0100 +++ new/jeos-firstboot-1.2.0.6/files/usr/sbin/jeos-firstboot 2023-05-10 15:02:00.000000000 +0200 @@ -159,7 +159,7 @@ fi while true; do - d --textbox "$EULA_FILE" $dh_text 85 + d --exit-label $"Continue" --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 || : ++++++ jeos-firstboot.obsinfo ++++++ --- /var/tmp/diff_new_pack.Nb8zfq/_old 2023-05-13 17:17:24.798302416 +0200 +++ /var/tmp/diff_new_pack.Nb8zfq/_new 2023-05-13 17:17:24.798302416 +0200 @@ -1,5 +1,5 @@ name: jeos-firstboot -version: 1.2.0.5 -mtime: 1669727825 -commit: 4dbe31e71c04f93ef2b1af459d8b321350c1c02d +version: 1.2.0.6 +mtime: 1683723720 +commit: e9cd8de52d9295b1ed53827f34ae851788ab6565
