rpms/zfs-fuse/F-12 zfs-fuse.spec,1.33,1.34

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 13:47:52 UTC 2010


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11786

Modified Files:
	zfs-fuse.spec 
Log Message:
* Fixed wrong use of macro


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-12/zfs-fuse.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- zfs-fuse.spec	4 Jul 2010 13:17:39 -0000	1.33
+++ zfs-fuse.spec	4 Jul 2010 13:47:51 -0000	1.34
@@ -91,13 +91,11 @@ oldcache=/etc/zfs/zpool.cache      # thi
 newcache=/var/lib/zfs/zpool.cache
 
 if [[ -f $oldcache && ! -e $newcache ]]; then
-  # %{echo:Moving existing zpool.cache to new location}
   echo "Moving existing zpool.cache to new location"
   mkdir -p $(dirname $newcache)
   mv $oldcache $newcache
 else
   if [ -e $oldcache ]; then
-    # %{warn:Note: old zpool.cache present but no longer used ($oldcache)}
     echo "Note: old zpool.cache present but no longer used ($oldcache)"
   fi
 fi



More information about the scm-commits mailing list