rpms/zfs-fuse/devel zfs-fuse.spec,1.32,1.33

Uwe Kubosch donv at fedoraproject.org
Tue May 25 00:45:47 UTC 2010


Author: donv

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

Modified Files:
	zfs-fuse.spec 
Log Message:
* Fixed missing compiler flags and debug flag in build


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- zfs-fuse.spec	23 May 2010 08:01:15 -0000	1.32
+++ zfs-fuse.spec	25 May 2010 00:45:47 -0000	1.33
@@ -1,6 +1,6 @@
 Name:             zfs-fuse
 Version:          0.6.9_beta3
-Release:          6%{?dist}
+Release:          7%{?dist}
 Summary:          ZFS ported to Linux FUSE
 Group:            System Environment/Base
 License:          CDDL
@@ -43,7 +43,7 @@ iconv -o $f -f iso88591 -t utf8 $f.iso88
 
 %build
 pushd src
-%{__sed} -i -e 's/-pipe -Wall -Werror/%{optflags}/' SConstruct
+%{__sed} -i -e 's/-pipe -Wall/%{optflags}/' SConstruct
 
 pushd lib/libzfs
 %{__sed} -i -e 's/cpppath.$/cpppath, LIBS = \["crypto"\])/' SConscript
@@ -62,7 +62,7 @@ pushd cmd/zpool
 %{__sed} -i -e "s/ssl'/ssl crypto'/" SConscript
 popd
 
-scons
+scons debug=0
 
 %install
 %{__rm} -rf %{buildroot}
@@ -113,6 +113,9 @@ fi
 %{_mandir}/man8/zstreamdump.8.gz
 
 %changelog
+* Tue May 25 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9-7
+* Fixed missing compiler flags and debug flag in build
+
 * Sat May 22 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.9-6
 - Updated to upstream version 0.6.9_beta3
 - Add more build requires to build on F13 BUG 565076



More information about the scm-commits mailing list