Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2015-10-12 10:00:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-25 
07:17:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2015-10-12 
10:00:35.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 24 02:29:36 UTC 2015 - nfbr...@suse.com
+
+- nfsserver.service.  Provide ExecReload directive.
+  This allows "systemctl reload nfsserver" to work.
+  PropagatesReloadTo but itself is not enough if this
+  unit doesn't have it's own Reload handler.
+  (bsc#97296)
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ nfsserver.service ++++++
--- /var/tmp/diff_new_pack.4CKEr7/_old  2015-10-12 10:00:36.000000000 +0200
+++ /var/tmp/diff_new_pack.4CKEr7/_new  2015-10-12 10:00:36.000000000 +0200
@@ -11,12 +11,15 @@
 # nfs-server.d/nfsserver.conf is part of this service.
 
 Requires= nfs-server.service
-PropagatesReloadTo=nfs-server.service
 
 [Service]
 Type=oneshot
 ExecStart=/bin/true
 RemainAfterExit=yes
+# Can't just PropagatesReloadTo to nfs-server.service
+# as reload fails if we don't have our own ExecReload
+# So copy that from nfs-server.service
+ExecReload=/usr/sbin/exportfs -r
 
 [Install]
 WantedBy=multi-user.target


Reply via email to