Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2015-08-11 08:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-07-20 
11:16:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2015-08-11 
08:24:58.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Aug 10 04:28:42 UTC 2015 - nfbr...@suse.com
+
+- nfs.service: improve back-compatibility with /etc/init.d/nfs
+ + mount and unmount nfs filesystems on start/stop.
+ + keep status as "good" when everything is running.
+ (bnc#911986)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.JMxL8g/_old  2015-08-11 08:24:59.000000000 +0200
+++ /var/tmp/diff_new_pack.JMxL8g/_new  2015-08-11 08:24:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs-utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ nfs.service ++++++
--- /var/tmp/diff_new_pack.JMxL8g/_old  2015-08-11 08:24:59.000000000 +0200
+++ /var/tmp/diff_new_pack.JMxL8g/_new  2015-08-11 08:24:59.000000000 +0200
@@ -15,7 +15,10 @@
 
 [Service]
 Type=oneshot
+RemainAfterExit=yes
 ExecStart=/bin/true
+ExecStartPost=/usr/bin/mount -at nfs,nfs4
+ExecStop=/usr/bin/umount -aft nfs,nfs4
 
 [Install]
 WantedBy=multi-user.target


Reply via email to