rpms/zfs-fuse/devel zfs-fuse.spec,1.6,1.7

Uwe Kubosch donv at fedoraproject.org
Thu Dec 25 10:53:33 UTC 2008


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22779/devel

Modified Files:
	zfs-fuse.spec 
Log Message:
- Changed to start zfs-fise right after installation.



Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zfs-fuse.spec	25 Dec 2008 07:53:29 -0000	1.6
+++ zfs-fuse.spec	25 Dec 2008 10:53:03 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:          ZFS ported to Linux FUSE
 Name:             zfs-fuse
 Version:          0.5.0
-Release:          4.20081221%{?dist}
+Release:          5.20081221%{?dist}
 Group:            System Environment/Base
 License:          CDDL
 URL:              http://www.wizy.org/wiki/ZFS_on_FUSE
@@ -58,6 +58,7 @@
 if [ $1 = 1 ] ; then
     /sbin/chkconfig --add %{name}
     /sbin/chkconfig %{name} on
+    /sbin/service %{name} start >/dev/null 2>&1 || :
 fi
 
 %preun
@@ -93,6 +94,7 @@
 - Adds syncing of disks at shutdown.
 - Adds pool status when asking for service status.
 - Changed to start zfs-fuse at boot as default.
+- Changed to start zfs-fise right after installation.
 
 * Sun Dec 21 2008 Uwe Kubosh <uwe at kubosch.no> - 0.5.0-4.20081221
 - Updated to upstream trunk of 2008-12-21




More information about the fedora-extras-commits mailing list