Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2014-02-15 08:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes      2013-11-28 
07:38:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2014-02-15 
08:14:04.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Feb  4 05:18:48 UTC 2014 - nfbr...@suse.com
+
+- nfs-utils.spec: Require keyutils for proper
+  idmap lookup.
+- nfs.init, nfsserver.init: mkdir /run/nfs before
+  trying to create a file in there (bnc#859221)
+- nfs.init, nfsserver.init: add
+    X-Systemd-RemainAfterExit: true
+  to ensure services aren't shutdown if sm-notify
+  reports an error
+  (bnc#849387)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.UgpP11/_old  2014-02-15 08:14:05.000000000 +0100
+++ /var/tmp/diff_new_pack.UgpP11/_new  2014-02-15 08:14:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -94,6 +94,7 @@
 Summary:        Support Utilities for NFS
 Group:          Productivity/Networking/NFS
 Obsoletes:      nfs-utils < 1.1.0
+Requires:       keyutils
 Requires:       netcfg
 Requires:       rpcbind
 PreReq:         %fillup_prereq %insserv_prereq


++++++ nfs.init ++++++
--- /var/tmp/diff_new_pack.UgpP11/_old  2014-02-15 08:14:05.000000000 +0100
+++ /var/tmp/diff_new_pack.UgpP11/_new  2014-02-15 08:14:05.000000000 +0100
@@ -20,6 +20,7 @@
 # Default-Stop:   0 1 2 6
 # Short-Description: NFS client services
 # Description:    All necessary services for NFS clients
+# X-Systemd-RemainAfterExit: true
 ### END INIT INFO
 
 . /etc/rc.status
@@ -223,6 +224,7 @@
                rc_status -v
                rc_exit
            }
+           [ -d /run/nfs ] || mkdir /run/nfs
            echo $GSSD_BIN > $GSSD_CLIENT_STATE
        fi
 

++++++ nfsserver.init ++++++
--- /var/tmp/diff_new_pack.UgpP11/_old  2014-02-15 08:14:05.000000000 +0100
+++ /var/tmp/diff_new_pack.UgpP11/_new  2014-02-15 08:14:05.000000000 +0100
@@ -17,6 +17,7 @@
 # Default-Start:  3 5
 # Default-Stop:   0 1 2 6
 # Short-Description: Start the kernel based NFS daemon
+# X-Systemd-RemainAfterExit: true
 ### END INIT INFO
 
 . /etc/sysconfig/nfs
@@ -229,6 +230,7 @@
               rc_status -v
               rc_exit
           }
+         [ -d /run/nfs ] || mkdir /run/nfs
          echo $GSSD_BIN > $GSSD_SERVER_STATE
       fi
       if [ "$NEED_IDMAPD" = yes ]; then

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

Reply via email to