Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2014-06-17 11:22:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-27 
07:09:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes     2014-06-17 
11:22:58.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Jun 10 10:41:15 UTC 2014 - o...@suse.com
+
+- 0029-rpcbind-sd-notify-stupid-errmsg.patch: Remove a useless
+  error/debug message (bnc#881663)
+
+-------------------------------------------------------------------
+Thu Jun  5 12:55:45 UTC 2014 - wer...@suse.de
+
+- Add patch 0028-rpcbind-after-var-run.patch as rpcbind service
+  wants /var/run mounted before started (bnc#881518)
+
+-------------------------------------------------------------------

New:
----
  0028-rpcbind-after-var-run.patch
  0029-rpcbind-sd-notify-stupid-errmsg.patch

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

Other differences:
------------------
++++++ rpcbind.spec ++++++
--- /var/tmp/diff_new_pack.XsOIYU/_old  2014-06-17 11:22:59.000000000 +0200
+++ /var/tmp/diff_new_pack.XsOIYU/_new  2014-06-17 11:22:59.000000000 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
+BuildRequires:  pkgconfig(libsystemd-daemon)
 PreReq:         %fillup_prereq
 Requires(pre):  /usr/sbin/useradd
 
@@ -63,9 +64,10 @@
 Patch24:        0025-rpcinfo-warmstat_no-warning-about-missing-file.patch
 Patch25:        0026-systemd-no-default-dep
 Patch26:        0027-socket-before-service.patch
+Patch27:        0028-rpcbind-after-var-run.patch
+Patch28:        0029-rpcbind-sd-notify-stupid-errmsg.patch
 
 %define statefile /var/lib/portmap.state
-BuildRequires:  pkgconfig(libsystemd-daemon)
 %{?systemd_requires}
 Provides:       portmap
 
@@ -106,6 +108,8 @@
 %patch24 -p0
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
+%patch28 -p1
 
 %build
 autoreconf -fiv

++++++ 0028-rpcbind-after-var-run.patch ++++++
rpcbind service wants /var/run mounted before started

References: bnc#881518
Signed-off-by: Werner Fink <wer...@suse.de>

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

--- rpcbind-0.2.1_rc4/systemd/rpcbind.service.in
+++ rpcbind-0.2.1_rc4/systemd/rpcbind.service.in        2014-06-05 
12:45:47.267340658 +0000
@@ -3,6 +3,8 @@ Description=RPC Bind
 Documentation=man:rpcbind(8)
 DefaultDependencies=no
 Requires=rpcbind.socket
+Wants=var-run.mount
+After=var-run.mount
 
 [Service]
 Type=notify
++++++ 0029-rpcbind-sd-notify-stupid-errmsg.patch ++++++
A stupid error/debug thingie crept into the patch set which shouldn't be there.
Nuking it. See bnc#881663

Signed-off-by: o...@suse.de

---
 src/rpcbind.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: rpcbind-0.2.1_rc4/src/rpcbind.c
===================================================================
--- rpcbind-0.2.1_rc4.orig/src/rpcbind.c
+++ rpcbind-0.2.1_rc4/src/rpcbind.c
@@ -266,7 +266,7 @@ main(int argc, char *argv[])
         * used systemd socket activation or not. When started from the command
         * line, this should not hurt either.
         */
-       rpcbind_log_error("sd_notify returns %d\n", sd_notify(0, "READY=1"));
+       sd_notify(0, "READY=1");
 #endif
        my_svc_run();
        rpcbind_log_error("svc_run returned unexpectedly");

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

Reply via email to