Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2025-06-18 15:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Wed Jun 18 15:53:21 2025 rev:282 rq:1285993 version:1.52.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2025-05-27 18:52:34.814796082 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new.19631/NetworkManager.changes 
2025-06-18 15:53:24.137377890 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 06:59:12 UTC 2025 - Thomas Blume <thomas.bl...@suse.com>
+
+- document static ip setup on boot (bsc#1244072)
+  add 0001-man-document-static-ip-setup-differences-to-dracut-n.patch
+
+-------------------------------------------------------------------

New:
----
  0001-man-document-static-ip-setup-differences-to-dracut-n.patch

----------(New B)----------
  New:- document static ip setup on boot (bsc#1244072)
  add 0001-man-document-static-ip-setup-differences-to-dracut-n.patch
----------(New E)----------

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.ssUHQ7/_old  2025-06-18 15:53:25.097417921 +0200
+++ /var/tmp/diff_new_pack.ssUHQ7/_new  2025-06-18 15:53:25.105418255 +0200
@@ -97,6 +97,8 @@
 Patch9:         NetworkManager-dont-renew-bridge-dhcp-if-no-mac-on-wakeup.patch
 # PATCH-FIX-UPSTREAM
 Patch10:        
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2069.patch
+# PATCH-FIX-OPENSUSE nm-initrd-generator document static ip setup bsc#1244072
+Patch11:        0001-man-document-static-ip-setup-differences-to-dracut-n.patch
 
 BuildRequires:  c++_compiler
 BuildRequires:  dnsmasq
@@ -321,6 +323,7 @@
 %patch -P 9 -p1
 %endif
 %patch -P 10 -p1
+%patch -P 11 -p1
 
 # Fix server.conf's location, to end up in %%{_defaultdocdir}/%%{name},
 # rather then %%{_datadir}/doc/%%{name}/examples:

++++++ 0001-man-document-static-ip-setup-differences-to-dracut-n.patch ++++++
>From b2abb374a7e1500df73db4f6a93fa178c426db0a Mon Sep 17 00:00:00 2001
From: Thomas Blume <thomas.bl...@suse.com>
Date: Wed, 11 Jun 2025 07:35:46 +0200
Subject: [PATCH] man: document static ip setup differences to dracut
 network-legacy

---
 man/nm-initrd-generator.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml
index 312edff2ee..c4ea8baf8f 100644
--- a/man/nm-initrd-generator.xml
+++ b/man/nm-initrd-generator.xml
@@ -193,6 +193,18 @@
         NetworkManager doesn't.</para>
       </listitem>
 
+      <listitem>
+        <para>When an interface is configured with a static address,
+        there is no need to disable autoconf via parameters.
+        The netmask can be give either in four digit dot separated
+        notation or as decimal number network prefix length.
+        For example:
+        
<literal>ip=192.168.100.99::192.168.100.222:255.255.255.0:myhost:ens10</literal>,
+        <literal>ip=192.168.100.99::192.168.100.222:24:myhost:ens10</literal>,
+        <literal>ip=[2001:DB8:2::99]::[2001:DB8:2::1]:8:myhost:ens10</literal>.
+        </para>
+      </listitem>
+
       <listitem>
         <para>network-legacy configures interfaces one by one in the
         order in which they are announced by udev. If multiple
-- 
2.49.0

Reply via email to