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

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 11:48:22 UTC 2010


Author: donv

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

Modified Files:
	zfs-fuse.spec 
Log Message:
* Fixed macro typo


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-12/zfs-fuse.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- zfs-fuse.spec	4 Jul 2010 11:43:04 -0000	1.31
+++ zfs-fuse.spec	4 Jul 2010 11:48:21 -0000	1.32
@@ -1,6 +1,6 @@
 Name:             zfs-fuse
 Version:          0.6.9
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          ZFS ported to Linux FUSE
 Group:            System Environment/Base
 License:          CDDL
@@ -91,12 +91,12 @@ 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)"}
+    %{warn "Note: old zpool.cache present but no longer used ($oldcache)"}
   fi
 fi
 
@@ -133,7 +133,7 @@ fi
 %{_mandir}/man8/zstreamdump.8.gz
 
 %changelog
-* Sun Jul 04 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9-3
+* Sun Jul 04 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9-4
 - Patched SConstruct to define NDEBUG instead of DEBUG to avoid debug code while still generating debug symbols
 - Added moving of zfs.cache when updating from pre 0.6.9 version
 



More information about the scm-commits mailing list