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 2021-01-27 18:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdma-core (Old)
 and      /work/SRC/openSUSE:Factory/.rdma-core.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdma-core"

Wed Jan 27 18:57:16 2021 rev:42 rq:866022 version:31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes      2020-10-08 
13:10:02.427055982 +0200
+++ /work/SRC/openSUSE:Factory/.rdma-core.new.28504/rdma-core.changes   
2021-01-27 18:57:19.404348772 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 13:17:42 UTC 2021 - Nicolas Morey-Chaisemartin 
<nmoreychaisemar...@suse.com>
+
+- Add srp_daemon-Fix-systemd-dependency.patch to make sure srp_daemon
+  is loaded at boot if enabled (bsc#1180196)
+
+-------------------------------------------------------------------

New:
----
  srp_daemon-Fix-systemd-dependency.patch

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

Other differences:
------------------
++++++ rdma-core.spec ++++++
--- /var/tmp/diff_new_pack.D3B8tB/_old  2021-01-27 18:57:20.088349830 +0100
+++ /var/tmp/diff_new_pack.D3B8tB/_new  2021-01-27 18:57:20.092349836 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdma-core
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,6 +70,7 @@
 Patch2:         Revert-Update-kernel-headers.patch
 Patch3:         disable-rdma-interface-renaming.patch
 Patch4:         cxgb3-nes-fix-declaration-of-free_context.patch
+Patch5:         srp_daemon-Fix-systemd-dependency.patch
 BuildRequires:  binutils
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  gcc
@@ -415,6 +416,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 

++++++ srp_daemon-Fix-systemd-dependency.patch ++++++
commit b0847e590432e4143ad5ccd22c9239746ad71b91
Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
Date:   Mon Jan 11 10:51:01 2021 +0100

    srp_daemon: Fix systemd dependency
    
    remote-fs-pre.target is a passive target that is not loaded without someone
    actively requiring it. Even is remote-fs.target is active.
    This means that srp_daemon will not get started at boot
    unless another service explicitely requires remote-fs-pre.target.
    
    This solves the issue by having the srp_daemon service wanted by
    the multi-user.target.
    
    Fixes: 1c7fe513e3e9 (srp_daemon: One systemd service per port)
    Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>

diff --git srp_daemon/srp_daemon.service.in srp_daemon/srp_daemon.service.in
index 188b7e1a3712..bdd70db566af 100644
--- srp_daemon/srp_daemon.service.in
+++ srp_daemon/srp_daemon.service.in
@@ -16,4 +16,4 @@ ProtectKernelModules=yes
 RestrictRealtime=yes
 
 [Install]
-WantedBy=remote-fs-pre.target
+WantedBy=multi-user.target

Reply via email to