rpms/zfs-fuse/devel zfs-fuse.spec,1.36,1.37

Uwe Kubosch donv at fedoraproject.org
Sun Jul 4 00:02:29 UTC 2010


Author: donv

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

Modified Files:
	zfs-fuse.spec 
Log Message:
* Patched default debug level from 0 to 1


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- zfs-fuse.spec	3 Jul 2010 17:18:01 -0000	1.36
+++ zfs-fuse.spec	4 Jul 2010 00:02:29 -0000	1.37
@@ -42,9 +42,10 @@ iconv -o $f -f iso88591 -t utf8 $f.iso88
 %{__rm} -f $f.iso88591
 
 %build
-export CCFLAGS=${optflags}
+export CCFLAGS="%{optflags}"
 pushd src
 %{__sed} -i -e 's/-pipe -Wall/%{optflags}/' SConstruct
+%{__sed} -i -e "s/'debug', '0'/'debug', '1'/" SConstruct
 
 pushd lib/libzfs
 %{__sed} -i -e 's/cpppath.$/cpppath, LIBS = \["crypto"\])/' SConscript
@@ -116,8 +117,7 @@ fi
 %changelog
 * Sat Jul 03 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9-0
 * Updated to upstream stable release 0.6.9
-
-* Wed May 26 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9_beta3-8
+* Patched default debug level from 0 to 1
 * Fixed missing compiler flags and debug flag in build: BUG 595442
 
 * Sat May 22 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9_beta3-6



More information about the scm-commits mailing list