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

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 11:47:49 UTC 2010


Author: donv

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

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


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- zfs-fuse.spec	4 Jul 2010 10:49:40 -0000	1.42
+++ zfs-fuse.spec	4 Jul 2010 11:47:49 -0000	1.43
@@ -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