From 6a1342def328d95e4e4bc513957af2b084acc1709fcf8926747f252c15c49641 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 8 Apr 2014 08:00:36 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=582 --- portmap-wants-rpcbind-socket.patch | 7 +++++++ systemd.changes | 6 ++++++ systemd.spec | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 portmap-wants-rpcbind-socket.patch diff --git a/portmap-wants-rpcbind-socket.patch b/portmap-wants-rpcbind-socket.patch new file mode 100644 index 00000000..c33e8196 --- /dev/null +++ b/portmap-wants-rpcbind-socket.patch @@ -0,0 +1,7 @@ +--- systemd-210/units/rpcbind.target ++++ systemd-210/units/rpcbind.target 2014-04-08 07:21:55.438235838 +0000 +@@ -12,3 +12,4 @@ + Description=RPC Port Mapper + Documentation=man:systemd.special(7) + RefuseManualStart=yes ++Requires=rpcbind.socket diff --git a/systemd.changes b/systemd.changes index 6e6334de..0ebaa197 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 8 07:27:49 UTC 2014 - werner@suse.de + +- Add patch portmap-wants-rpcbind-socket.patch to make sure that + rpcbind socket as well as service is up with the target + ------------------------------------------------------------------- Fri Mar 28 12:53:21 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index b5f4ba83..0e0b9511 100644 --- a/systemd.spec +++ b/systemd.spec @@ -357,6 +357,9 @@ Patch1999: systemd-install-compat_pkgconfig-always.patch Patch2000: systemd-dbus-system-bus-address.patch # PATCH-FIX-SUSE During linkage of systemd-cryptsetup let linker find libudev for libdevmapper Patch2001: let-linker-find-libudev-for-libdevmapper.patch +# PATCH-FIX-SUSE Make sure that rpcbind socket as well as service is up with the target +Patch2002: portmap-wants-rpcbind-socket.patch + # udev patches # PATCH-FIX-USTREAM added at 2014/03/03 Patch1034: 0013-cdrom_id-use-the-old-MMC-fallback.patch @@ -700,6 +703,7 @@ cp %{SOURCE7} m4/ %patch1999 -p1 %patch2000 -p1 %patch2001 -p1 +%patch2002 -p1 # udev patches %patch1034 -p0 %patch1035 -p0