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 2021-07-13 22:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.jeos-firstboot.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeos-firstboot"

Tue Jul 13 22:36:51 2021 rev:38 rq:905313 version:1.0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes    
2021-05-10 15:39:27.081546731 +0200
+++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.2625/jeos-firstboot.changes  
2021-07-13 22:36:54.758381036 +0200
@@ -1,0 +2,7 @@
+Fri Jul 09 10:01:30 UTC 2021 - jeos-inter...@suse.de
+
+- Update to version 1.0.2.0:
+  * Skip the lo interface when probing for DHCP
+- Use @TAG_OFFSET@ in version to make it unambiguous
+
+-------------------------------------------------------------------

Old:
----
  jeos-firstboot-1.0.1.obscpio

New:
----
  jeos-firstboot-1.0.2.0.obscpio

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

Other differences:
------------------
++++++ jeos-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.Fjq2ms/_old  2021-07-13 22:36:55.162377782 +0200
+++ /var/tmp/diff_new_pack.Fjq2ms/_new  2021-07-13 22:36:55.162377782 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           jeos-firstboot
-Version:        1.0.1
+Version:        1.0.2.0
 Release:        0
 Summary:        Simple text based JeOS first boot wizard
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Fjq2ms/_old  2021-07-13 22:36:55.182377621 +0200
+++ /var/tmp/diff_new_pack.Fjq2ms/_new  2021-07-13 22:36:55.186377588 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">jeos-inter...@suse.de</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Fjq2ms/_old  2021-07-13 22:36:55.198377492 +0200
+++ /var/tmp/diff_new_pack.Fjq2ms/_new  2021-07-13 22:36:55.202377460 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://github.com/openSUSE/jeos-firstboot.git</param>
-              <param 
name="changesrevision">b0effd22d64eee3ccb1d86d7d2a942f2348a3b87</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">eb4d1647ce1671d5dac5d14dc703c76e92281f99</param></service></servicedata>
\ No newline at end of file

++++++ jeos-firstboot-1.0.1.obscpio -> jeos-firstboot-1.0.2.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jeos-firstboot-1.0.1/files/usr/share/jeos-firstboot/jeos-firstboot-dialogs 
new/jeos-firstboot-1.0.2.0/files/usr/share/jeos-firstboot/jeos-firstboot-dialogs
--- 
old/jeos-firstboot-1.0.1/files/usr/share/jeos-firstboot/jeos-firstboot-dialogs  
    2021-05-06 21:45:46.000000000 +0200
+++ 
new/jeos-firstboot-1.0.2.0/files/usr/share/jeos-firstboot/jeos-firstboot-dialogs
    2021-07-09 11:55:30.000000000 +0200
@@ -88,8 +88,12 @@
 
        shopt -s nullglob
 
-       for net_path in /sys/class/net/* ; do
-               test -f "$net_path" && continue # skip bonding_masters file
+       for net_path in /sys/class/net/*; do
+               [ -d "$net_path" ] || continue # skip bonding_masters file
+
+               net_device=${net_path##*/}
+
+               [ "$net_device" = "lo" ] && continue
 
                # Only devices having ID_NET_NAME.* attrs
                # Ignore errors if udev not available
@@ -97,8 +101,6 @@
                # But don't touch WLAN interfaces
                udevadm info -q property -p "$net_path" | grep -qs 
"DEVTYPE=wlan" && continue
 
-               net_device=${net_path##*/}
-
                unset IPADDR
                eval `wicked test dhcp4 "$net_device" 2>/dev/null | grep -E 
"^IPADDR="`
                ip link set down "$net_device" # set link down after probe once 
done

++++++ jeos-firstboot.obsinfo ++++++
--- /var/tmp/diff_new_pack.Fjq2ms/_old  2021-07-13 22:36:55.278376847 +0200
+++ /var/tmp/diff_new_pack.Fjq2ms/_new  2021-07-13 22:36:55.278376847 +0200
@@ -1,5 +1,5 @@
 name: jeos-firstboot
-version: 1.0.1
-mtime: 1620330346
-commit: b0effd22d64eee3ccb1d86d7d2a942f2348a3b87
+version: 1.0.2.0
+mtime: 1625824530
+commit: 29b865f9c58424dbfe5ef80885774ad060c5ee88
 

Reply via email to