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-02-18 23:02:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Fri Feb 18 23:02:41 2022 rev:42 rq:955654 version:1.1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2022-02-06 23:53:46.607022487 +0100
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1958/jeos-firstboot.changes  
2022-02-18 23:02:52.625413151 +0100
@@ -1,0 +2,8 @@
+Thu Feb 17 14:58:12 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Update to version 1.1.1.0:
+  * Drop use of /var/log/jeos
+  * Avoid "Terminated console_subproc" message from wait
+  * Skip broken consoles (bsc#1195975)
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.1.0.3.obscpio

New:
----
  jeos-firstboot-1.1.1.0.obscpio

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.2KvMUs/_old  2022-02-18 23:02:54.697412989 +0100
+++ /var/tmp/diff_new_pack.2KvMUs/_new  2022-02-18 23:02:54.701412989 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        1.1.0.3
+Version:        1.1.1.0
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2KvMUs/_old  2022-02-18 23:02:54.745412985 +0100
+++ /var/tmp/diff_new_pack.2KvMUs/_new  2022-02-18 23:02:54.749412985 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">782a431fb04a3042a989085439a65751b93963b6</param></service></servicedata>
+              <param 
name="changesrevision">ab6c8a7fac1ce770a6bb522ba6c997c56da3f756</param></service></servicedata>
 (No newline at EOF)
 

++++++ jeos-firstboot-1.1.0.3.obscpio -> jeos-firstboot-1.1.1.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.1.0.3/files/usr/share/jeos-firstboot/jeos-firstboot-functions
 
new/jeos-firstboot-1.1.1.0/files/usr/share/jeos-firstboot/jeos-firstboot-functions
--- 
old/jeos-firstboot-1.1.0.3/files/usr/share/jeos-firstboot/jeos-firstboot-functions
  2022-02-02 11:55:40.000000000 +0100
+++ 
new/jeos-firstboot-1.1.1.0/files/usr/share/jeos-firstboot/jeos-firstboot-functions
  2022-02-17 15:53:31.000000000 +0100
@@ -58,13 +58,10 @@
                        return 0
                        ;;
                  1)
-                       echo "$(xargs -a "$dialog_out")" >/var/log/jeos
                        dialog --backtitle "$PRETTY_NAME" --yesno $"Do you 
really want to quit?" 0 0 && exit 1
                        continue
                        ;;
                  255)
-                       # xargs to remove whitespaces
-                       echo "$(xargs -a "$dialog_out")" >/var/log/jeos
                        result_error="$(xargs -a "$dialog_out")"
                        if [ -z "$result_error" ]; then
                                dialog --backtitle "$PRETTY_NAME" --yesno $"Do 
you really want to quit?" 0 0 && exit 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.1.0.3/files/usr/share/jeos-firstboot/welcome-screen 
new/jeos-firstboot-1.1.1.0/files/usr/share/jeos-firstboot/welcome-screen
--- old/jeos-firstboot-1.1.0.3/files/usr/share/jeos-firstboot/welcome-screen    
2022-02-02 11:55:40.000000000 +0100
+++ new/jeos-firstboot-1.1.1.0/files/usr/share/jeos-firstboot/welcome-screen    
2022-02-17 15:53:31.000000000 +0100
@@ -56,6 +56,9 @@
        for console in $(cat /sys/class/tty/console/active); do
                console="/dev/${console}"
                [ -r "$console" ] || continue
+               # Skip consoles which aren't ready, e.g. return EIO.
+               # For those, dialog would switch to /dev/tty as fallback.
+               stty size <>"$console" &>/dev/null || continue
                # Skip current tty
                [ "$(resolve_tty "$console")" = "$currenttty" ] && continue
                console_subproc "$console" "$@" &
@@ -76,7 +79,7 @@
 
        # All done, kill remaining processes
        kill "${pids[@]}" || :
-       wait "${pids[@]}" || :
+       wait "${pids[@]}" 2>/dev/null || :
 
        rm -r "$fifodir"
        fifodir=

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.2KvMUs/_old  2022-02-18 23:02:54.857412977 +0100
+++ /var/tmp/diff_new_pack.2KvMUs/_new  2022-02-18 23:02:54.861412976 +0100
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.1.0.3
-mtime: 1643799340
-commit: 782a431fb04a3042a989085439a65751b93963b6
+version: 1.1.1.0
+mtime: 1645109611
+commit: ab6c8a7fac1ce770a6bb522ba6c997c56da3f756
 

Reply via email to