Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2022-10-14 15:40:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdma-core (Old)
 and      /work/SRC/openSUSE:Factory/.rdma-core.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdma-core"

Fri Oct 14 15:40:08 2022 rev:55 rq:1010490 version:42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes      2022-09-15 
22:57:45.092971650 +0200
+++ /work/SRC/openSUSE:Factory/.rdma-core.new.2275/rdma-core.changes    
2022-10-14 15:40:10.667681799 +0200
@@ -1,0 +2,6 @@
+Thu Oct 13 07:51:25 UTC 2022 - Nicolas Morey-Chaisemartin 
<nmoreychaisemar...@suse.com>
+
+- Add rdma-ndd-disable-systemd-ProtectHostName-feature.patch to fix issue
+  where rdma-ndd would not be aware of dynamic hostnames retrived through DHCP
+
+-------------------------------------------------------------------

New:
----
  rdma-ndd-disable-systemd-ProtectHostName-feature.patch

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

Other differences:
------------------
++++++ rdma-core.spec ++++++
--- /var/tmp/diff_new_pack.og8JbM/_old  2022-10-14 15:40:11.387683001 +0200
+++ /var/tmp/diff_new_pack.og8JbM/_new  2022-10-14 15:40:11.395683015 +0200
@@ -77,6 +77,7 @@
 Patch2:         disable-rdma-interface-renaming.patch
 Patch3:         cxgb3-fix-declaration-of-free_context.patch
 Patch4:         cxgb3-fix-support-for-new-uquery-API.patch
+Patch5:         rdma-ndd-disable-systemd-ProtectHostName-feature.patch
 BuildRequires:  binutils
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  gcc
@@ -424,6 +425,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 

++++++ rdma-ndd-disable-systemd-ProtectHostName-feature.patch ++++++
commit c2c0691b60c682f5cd368864a2acfac31654b5d3
Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
Date:   Thu Oct 13 09:49:12 2022 +0200

    rdma-ndd: disable systemd ProtectHostName feature
    
    ProtectHostName prevents dynamic name changes to be noticed by the service.
    This means that on a system with no static hostname, rdma-ndd is started 
with
    a hostname 'localhost' and is not aware of new hostname retreived
    through a DHCP lease.
    
    Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>

diff --git rdma-ndd/rdma-ndd.service.in rdma-ndd/rdma-ndd.service.in
index e3f8d1156ba9..368deec00b2c 100644
--- rdma-ndd/rdma-ndd.service.in
+++ rdma-ndd/rdma-ndd.service.in
@@ -22,7 +22,6 @@ Restart=always
 ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/rdma-ndd --systemd
 ProtectSystem=full
 ProtectHome=true
-ProtectHostname=true
 ProtectKernelLogs=true
 
 # rdma-ndd is automatically wanted by udev when an RDMA device with a node 
description is present

Reply via email to