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-03-11 18:22:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Sat Mar 11 18:22:53 2023 rev:47 rq:1070439 version:1.2.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2022-06-21 17:15:43.270364545 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.31432/jeos-firstboot.changes 
2023-03-11 18:22:54.750528053 +0100
@@ -1,0 +2,6 @@
+Thu Mar 09 14:11:04 UTC 2023 - jeos-inter...@suse.de
+
+- Update to version 1.2.0.5:
+  * Support /usr/lib/os-release (#102)
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.2.0.4.obscpio

New:
----
  jeos-firstboot-1.2.0.5.obscpio

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.HPxWAT/_old  2023-03-11 18:22:55.506531992 +0100
+++ /var/tmp/diff_new_pack.HPxWAT/_new  2023-03-11 18:22:55.510532012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jeos-firstboot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        1.2.0.4
+Version:        1.2.0.5
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HPxWAT/_old  2023-03-11 18:22:55.550532222 +0100
+++ /var/tmp/diff_new_pack.HPxWAT/_new  2023-03-11 18:22:55.554532242 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">fafe62d0d46809688e064ca92d49ccbe64f833ed</param></service></servicedata>
+              <param 
name="changesrevision">4dbe31e71c04f93ef2b1af459d8b321350c1c02d</param></service></servicedata>
 (No newline at EOF)
 

++++++ jeos-firstboot-1.2.0.4.obscpio -> jeos-firstboot-1.2.0.5.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-config 
new/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-config
--- old/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-config       2022-06-20 
11:45:42.000000000 +0200
+++ new/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-config       2022-11-29 
14:17:05.000000000 +0100
@@ -2,7 +2,6 @@
 # SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: Copyright 2015-2022 SUSE LLC
 
-. /etc/os-release
 . "/usr/share/jeos-firstboot/jeos-firstboot-functions"
 . "/usr/share/jeos-firstboot/jeos-firstboot-dialogs"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-firstboot 
new/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-firstboot
--- old/jeos-firstboot-1.2.0.4/files/usr/sbin/jeos-firstboot    2022-06-20 
11:45:42.000000000 +0200
+++ new/jeos-firstboot-1.2.0.5/files/usr/sbin/jeos-firstboot    2022-11-29 
14:17:05.000000000 +0100
@@ -6,7 +6,6 @@
 
 TEXTDOMAIN='jeos-firstboot'
 
-. /etc/os-release
 . "/usr/share/jeos-firstboot/jeos-firstboot-functions"
 . "/usr/share/jeos-firstboot/jeos-firstboot-dialogs"
 . "/usr/share/jeos-firstboot/welcome-screen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.2.0.4/files/usr/share/jeos-firstboot/jeos-firstboot-functions
 
new/jeos-firstboot-1.2.0.5/files/usr/share/jeos-firstboot/jeos-firstboot-functions
--- 
old/jeos-firstboot-1.2.0.4/files/usr/share/jeos-firstboot/jeos-firstboot-functions
  2022-06-20 11:45:42.000000000 +0200
+++ 
new/jeos-firstboot-1.2.0.5/files/usr/share/jeos-firstboot/jeos-firstboot-functions
  2022-11-29 14:17:05.000000000 +0100
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: Copyright 2015-2022 SUSE LLC
 
+if [ -e /etc/os-release ]; then
+       . /etc/os-release
+else
+       . /usr/lib/os-release
+fi
+
 stty_size() {
        set -- `stty size`; LINES=$1; COLUMNS=$2
        # stty size can return zero when not ready or

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.HPxWAT/_old  2023-03-11 18:22:55.662532805 +0100
+++ /var/tmp/diff_new_pack.HPxWAT/_new  2023-03-11 18:22:55.666532825 +0100
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.2.0.4
-mtime: 1655718342
-commit: fafe62d0d46809688e064ca92d49ccbe64f833ed
+version: 1.2.0.5
+mtime: 1669727825
+commit: 4dbe31e71c04f93ef2b1af459d8b321350c1c02d
 

Reply via email to