rpms/nfs-utils/FC-5 nfs-utils.spec,1.94,1.95

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 18:42:50 UTC 2006


Author: steved

Update of /cvs/dist/rpms/nfs-utils/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv23406

Modified Files:
	nfs-utils.spec 
Log Message:
Fixed the spec file so /var/lib/nfs/v4recovery is created 
and destoryed (bz 169685)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/nfs-utils/FC-5/nfs-utils.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- nfs-utils.spec	2 Jul 2006 14:40:03 -0000	1.94
+++ nfs-utils.spec	24 Jul 2006 18:42:48 -0000	1.95
@@ -1,7 +1,7 @@
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
 Version: 1.0.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -109,6 +109,7 @@
 mv $RPM_BUILD_ROOT/usr/sbin/{rpc.lockd,rpc.statd} $RPM_BUILD_ROOT/sbin
 
 mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd
+mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
 
 # we are using quotad from quota utils
 rm %{buildroot}/%{_mandir}/man8/rquotad*
@@ -163,6 +164,8 @@
     /usr/sbin/userdel rpcuser 2>/dev/null || :
     /usr/sbin/groupdel rpcuser 2>/dev/null || :
     /usr/sbin/userdel nfsnobody 2>/dev/null || :
+	rm -rf /var/lib/nfs/statd
+	rm -rf /var/lib/nfs/v4recovery
 fi
 
 %postun
@@ -214,6 +217,10 @@
 %config /etc/rc.d/init.d/nfslock
 
 %changelog
+* Mon Jul 24 2006 Steve Dickson <SteveD at RedHat.com> 1:1.0.8-3
+* Fixed the spec file so /var/lib/nfs/v4recovery is created
+  and destoryed (bz 169685)
+
 * Sun Jul  2 2006 Jesse Keating <jkeating at redhat.com> - 1:1.0.8-2
 - Introduce epoch for proper upgrade path.
 




More information about the fedora-cvs-commits mailing list