rpms/zfs-fuse/devel zfs-fuse.spec,1.43,1.44

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 14:48:20 UTC 2010


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18652

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


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- zfs-fuse.spec	4 Jul 2010 11:47:49 -0000	1.43
+++ zfs-fuse.spec	4 Jul 2010 14:48:20 -0000	1.44
@@ -91,12 +91,14 @@ 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}
+  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)"}
+    # %{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