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-17 21:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Fri Jun 17 21:18:42 2022 rev:45 rq:982625 version:1.2.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2022-04-16 00:13:30.533589787 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1548/jeos-firstboot.changes  
2022-06-17 21:18:58.042658011 +0200
@@ -1,0 +2,7 @@
+Tue Jun 14 13:57:32 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Update to version 1.2.0.3:
+  * Don't ask for licence confirmation if not needed
+  * Deduplicate wifi list
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.2.0.0.obscpio

New:
----
  jeos-firstboot-1.2.0.3.obscpio

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.UxebUs/_old  2022-06-17 21:18:59.214658647 +0200
+++ /var/tmp/diff_new_pack.UxebUs/_new  2022-06-17 21:18:59.218658649 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        1.2.0.0
+Version:        1.2.0.3
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UxebUs/_old  2022-06-17 21:18:59.274658679 +0200
+++ /var/tmp/diff_new_pack.UxebUs/_new  2022-06-17 21:18:59.278658682 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">ae0d7193f1956e4d9461ae25629dbcf26ed7f47a</param></service></servicedata>
+              <param 
name="changesrevision">a0744192d5a2c532c40d0c321ea6abeb6659e2f5</param></service></servicedata>
 (No newline at EOF)
 

++++++ jeos-firstboot-1.2.0.0.obscpio -> jeos-firstboot-1.2.0.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jeos-firstboot-1.2.0.0/files/usr/sbin/jeos-firstboot 
new/jeos-firstboot-1.2.0.3/files/usr/sbin/jeos-firstboot
--- old/jeos-firstboot-1.2.0.0/files/usr/sbin/jeos-firstboot    2022-04-13 
17:54:32.000000000 +0200
+++ new/jeos-firstboot-1.2.0.3/files/usr/sbin/jeos-firstboot    2022-06-14 
15:57:05.000000000 +0200
@@ -159,9 +159,11 @@
                done
        fi
 
-       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
+       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
 fi
 
 if [ -z "$JEOS_TIMEZONE" ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.2.0.0/files/usr/share/jeos-firstboot/modules/raspberrywifi 
new/jeos-firstboot-1.2.0.3/files/usr/share/jeos-firstboot/modules/raspberrywifi
--- 
old/jeos-firstboot-1.2.0.0/files/usr/share/jeos-firstboot/modules/raspberrywifi 
    2022-04-13 17:54:32.000000000 +0200
+++ 
new/jeos-firstboot-1.2.0.3/files/usr/share/jeos-firstboot/modules/raspberrywifi 
    2022-06-14 15:57:05.000000000 +0200
@@ -22,7 +22,7 @@
        if [ -n "${line}" ]; then
                list+=("SSID=${line}" "${line}")
        fi
-       done < <(ip link set $wlan_device up && iwlist $wlan_device scan|grep 
ESSID|cut -d':' -f2|cut -d'"' -f2)
+       done < <(ip link set $wlan_device up && iwlist $wlan_device scan|grep 
ESSID|cut -d':' -f2|cut -d'"' -f2|sort -u)
         list+=("manual" "Enter SSID manually")
        [ -n "${list[*]}" ]
 }

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.UxebUs/_old  2022-06-17 21:18:59.378658736 +0200
+++ /var/tmp/diff_new_pack.UxebUs/_new  2022-06-17 21:18:59.382658738 +0200
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.2.0.0
-mtime: 1649865272
-commit: ae0d7193f1956e4d9461ae25629dbcf26ed7f47a
+version: 1.2.0.3
+mtime: 1655215025
+commit: a0744192d5a2c532c40d0c321ea6abeb6659e2f5
 

Reply via email to