Accepting request 243571 from network:fcoe
1 OBS-URL: https://build.opensuse.org/request/show/243571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcoe-utils?expand=0&rev=7
This commit is contained in:
commit
8a8a47963e
31
0037-Use-correct-socket-for-fcoemon.socket.patch
Normal file
31
0037-Use-correct-socket-for-fcoemon.socket.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 348489108793c83ec6ebbdba87888888219ca59d Mon Sep 17 00:00:00 2001
|
||||
From: Hannes Reinecke <hare@suse.de>
|
||||
Date: Mon, 28 Jul 2014 11:24:19 +0200
|
||||
Subject: Use correct socket for fcoemon.socket
|
||||
|
||||
fcoeadm/fcoemon is using a socket 'fcm_clif', so we need to
|
||||
refer to that one in fcoemon.socket.
|
||||
|
||||
References: bnc#881205
|
||||
|
||||
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||||
---
|
||||
etc/systemd/fcoemon.socket | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/etc/systemd/fcoemon.socket b/etc/systemd/fcoemon.socket
|
||||
index fdf7141..6768515 100644
|
||||
--- a/etc/systemd/fcoemon.socket
|
||||
+++ b/etc/systemd/fcoemon.socket
|
||||
@@ -3,7 +3,7 @@ Description=Open-FCoE daemon control socket
|
||||
|
||||
[Socket]
|
||||
Service=fcoe.service
|
||||
-ListenDatagram=@/com/intel/fcoemon
|
||||
+ListenDatagram=@fcm_clif
|
||||
PassCredentials=true
|
||||
|
||||
[Install]
|
||||
--
|
||||
1.8.4.5
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 11:28:12 CEST 2014 - hare@suse.de
|
||||
|
||||
- Use correct socket name in fcoemon.socket (bnc#881205)
|
||||
* Add 0037-Use-correct-socket-for-fcoemon.socket.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 09:15:54 CEST 2014 - hare@suse.de
|
||||
|
||||
|
@ -76,6 +76,7 @@ Patch33: 0033-fipvlan-suppress-warning-interface-already-exists.patch
|
||||
Patch34: 0034-fipvlan-do-not-crash-on-empty-MAC-address-in-lookup_.patch
|
||||
Patch35: 0035-fipvlan-fixup-return-value-on-error.patch
|
||||
Patch36: 0036-fipvlan-clean-up-state-machine-for-pfd_add.patch
|
||||
Patch37: 0037-Use-correct-socket-for-fcoemon.socket.patch
|
||||
|
||||
# Patches from Fedora
|
||||
Patch101: fcoe-utils-1.0.29-make.patch
|
||||
@ -124,6 +125,7 @@ connections.
|
||||
%patch34 -p1
|
||||
%patch35 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch101 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user