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

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 13:17:40 UTC 2010


Author: donv

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

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.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- zfs-fuse.spec	4 Jul 2010 11:48:21 -0000	1.32
+++ zfs-fuse.spec	4 Jul 2010 13:17:39 -0000	1.33
@@ -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