rpms/nfs-utils/devel nfs-utils.spec,1.176,1.177

Steve Dickson (steved) fedora-extras-commits at redhat.com
Fri Jun 27 14:19:13 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20857

Modified Files:
	nfs-utils.spec 
Log Message:
- Removed the nfslock service start/stop from %%post section 
  (bz 453046)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- nfs-utils.spec	25 Jun 2008 14:14:47 -0000	1.176
+++ nfs-utils.spec	27 Jun 2008 14:18:27 -0000	1.177
@@ -2,7 +2,7 @@
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.1.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -218,13 +218,7 @@
 /sbin/chkconfig --add rpcgssd
 /sbin/chkconfig --add rpcsvcgssd
 # Make sure statd used the correct uid/gid.
-if [ -f /var/lock/subsys/nfslock ]; then
-	/etc/rc.d/init.d/nfslock stop > /dev/null
-	chown -R rpcuser:rpcuser /var/lib/nfs/statd
-	/etc/rc.d/init.d/nfslock start > /dev/null
-else
-	chown -R rpcuser:rpcuser /var/lib/nfs/statd
-fi
+chown -R rpcuser:rpcuser /var/lib/nfs/statd
 
 %preun
 if [ "$1" = "0" ]; then
@@ -301,6 +295,10 @@
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Fri Jun 27 2008 Steve Dickson <steved at redhat.com>  1.1.2-9
+- Removed the nfslock service start/stop from %%post section 
+  (bz 453046)
+
 * Wed Jun 25 2008 Steve Dickson <steved at redhat.com>  1.1.2-8
 - FQDNs in the rmtab causes exportfs to seg fault (bz 444275)
 




More information about the fedora-extras-commits mailing list