rpms/coreutils/devel coreutils.spec,1.121,1.122

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jun 25 17:45:59 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23333

Modified Files:
	coreutils.spec 
Log Message:
- Build at -O1 on s390 for the moment (bug #196369).


Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- coreutils.spec	22 Jun 2006 22:41:57 -0000	1.121
+++ coreutils.spec	25 Jun 2006 17:45:57 -0000	1.122
@@ -115,7 +115,8 @@
 
 %build
 %ifarch s390 s390x
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+# Build at -O1 for the moment (bug #196369).
+export CFLAGS="$RPM_OPT_FLAGS -fPIC -O1"
 %else
 export CFLAGS="$RPM_OPT_FLAGS -fpic"
 %endif
@@ -274,8 +275,9 @@
 /sbin/runuser
 
 %changelog
-* Thu Jun 22 2006 Tim Waugh <twaugh at redhat.com> 5.96-4
+* Sun Jun 25 2006 Tim Waugh <twaugh at redhat.com> 5.96-4
 - Include new hashes (bug #196369).  Patch from upstream.
+- Build at -O1 on s390 for the moment (bug #196369).
 
 * Fri Jun  9 2006 Tim Waugh <twaugh at redhat.com>
 - Fix large file support for temporary files.




More information about the fedora-cvs-commits mailing list