Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2014-03-31 20:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpcbind (Old)
 and      /work/SRC/openSUSE:Factory/.rpcbind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpcbind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2014-03-11 
09:23:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes     2014-03-31 
20:43:25.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Mar 26 21:52:19 UTC 2014 - nfbr...@suse.com
+
+- 0026-systemd-no-default-dep
+  No default dependencies for rpcbind.  This allows it to start
+  early when it might be needed.
+  (bnc#860246)
+
+-------------------------------------------------------------------

New:
----
  0026-systemd-no-default-dep

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

Other differences:
------------------
++++++ rpcbind.spec ++++++
--- /var/tmp/diff_new_pack.nnGqVF/_old  2014-03-31 20:43:26.000000000 +0200
+++ /var/tmp/diff_new_pack.nnGqVF/_new  2014-03-31 20:43:26.000000000 +0200
@@ -61,6 +61,7 @@
 Patch22:        0023-Make-rpcinfo-p-support-IPv6-addresses-too.patch
 Patch23:        0024-rpcinfo-remove-obsolete-function-get_inet_address.patch
 Patch24:        0025-rpcinfo-warmstat_no-warning-about-missing-file.patch
+Patch25:        0026-systemd-no-default-dep
 
 %define statefile /var/lib/portmap.state
 BuildRequires:  pkgconfig(systemd)
@@ -102,6 +103,7 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p0
+%patch25 -p1
 
 %build
 autoreconf -fiv

++++++ 0026-systemd-no-default-dep ++++++
rpcbind needs to start before everything is setup, so DefaultDependencies
just get in the way


References: bnc#860246
Signed-off-by: NeilBrown  <ne...@suse.de>

---
 systemd/rpcbind.service.in |    1 +
 systemd/rpcbind.socket     |    1 +
 2 files changed, 2 insertions(+)

--- rpcbind-0.2.1_rc4.orig/systemd/rpcbind.service.in
+++ rpcbind-0.2.1_rc4/systemd/rpcbind.service.in
@@ -1,5 +1,6 @@
 [Unit]
 Description=RPC Bind
+DefaultDependencies=no
 
 [Service]
 Type=notify
--- rpcbind-0.2.1_rc4.orig/systemd/rpcbind.socket
+++ rpcbind-0.2.1_rc4/systemd/rpcbind.socket
@@ -1,5 +1,6 @@
 [Unit]
 Description=RPCbind Server Activation Socket
+DefaultDependencies=no
 Wants=rpcbind.target
 Before=rpcbind.target
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to