Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cloud-netconfig for openSUSE:Factory 
checked in at 2026-03-04 21:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-netconfig (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-netconfig.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-netconfig"

Wed Mar  4 21:04:24 2026 rev:24 rq:1336074 version:1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-netconfig/cloud-netconfig.changes  
2026-02-24 17:45:44.154669934 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-netconfig.new.561/cloud-netconfig.changes 
2026-03-04 21:04:30.690682860 +0100
@@ -1,0 +2,6 @@
+Thu Feb 26 14:31:51 UTC 2026 - Joachim Gleissner <[email protected]>
+
+- Update to version 1.18
+  +  Fix issue with link-local address routing (bsc#1258730)
+
+-------------------------------------------------------------------

Old:
----
  cloud-netconfig-1.17.tar.bz2

New:
----
  cloud-netconfig-1.18.tar.bz2

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

Other differences:
------------------
++++++ cloud-netconfig.spec ++++++
--- /var/tmp/diff_new_pack.dUVRzY/_old  2026-03-04 21:04:31.258706329 +0100
+++ /var/tmp/diff_new_pack.dUVRzY/_new  2026-03-04 21:04:31.258706329 +0100
@@ -48,7 +48,7 @@
 %endif
 
 Name:           %{base_name}%{flavor_suffix}
-Version:        1.17
+Version:        1.18
 Release:        0
 License:        GPL-3.0-or-later
 Summary:        Network configuration scripts for %{csp_string}

++++++ cloud-netconfig-1.17.tar.bz2 -> cloud-netconfig-1.18.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-1.17/VERSION 
new/cloud-netconfig-1.18/VERSION
--- old/cloud-netconfig-1.17/VERSION    2026-02-19 12:31:21.892914292 +0100
+++ new/cloud-netconfig-1.18/VERSION    2026-02-26 15:30:49.479719777 +0100
@@ -1 +1 @@
-1.17
+1.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-1.17/cloud-netconfig.spec 
new/cloud-netconfig-1.18/cloud-netconfig.spec
--- old/cloud-netconfig-1.17/cloud-netconfig.spec       2026-02-19 
12:31:21.892914292 +0100
+++ new/cloud-netconfig-1.18/cloud-netconfig.spec       2026-02-26 
15:30:49.480719811 +0100
@@ -48,7 +48,7 @@
 %endif
 
 Name:           %{base_name}%{flavor_suffix}
-Version:        1.17
+Version:        1.18
 Release:        0
 License:        GPL-3.0-or-later
 Summary:        Network configuration scripts for %{csp_string}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-1.17/common/cloud-netconfig 
new/cloud-netconfig-1.18/common/cloud-netconfig
--- old/cloud-netconfig-1.17/common/cloud-netconfig     2026-02-19 
12:31:21.892914292 +0100
+++ new/cloud-netconfig-1.18/common/cloud-netconfig     2026-02-26 
15:30:49.481719845 +0100
@@ -525,7 +525,7 @@
         fi
         if [[ -n $GW ]]; then
             debug "adding default route via $GW for $INTERFACE table $GW_TABLE"
-            ip -4 route add default via $GW dev "$INTERFACE" metric 
$((ifindex+20000))
+            ip -4 route add default via $GW dev "$INTERFACE" src $IPADDR 
metric $((ifindex+24000))
         else
             warn "No default route for $INTERFACE"
         fi

Reply via email to