rpms/postgresql/devel postgresql.spec,1.115,1.116

Karsten Hopp karsten at fedoraproject.org
Tue Sep 1 17:31:59 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/postgresql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15070

Modified Files:
	postgresql.spec 
Log Message:
- disable dtrace on s390x as a workaround until #520469 has been fixed


Index: postgresql.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -p -r1.115 -r1.116
--- postgresql.spec	21 Aug 2009 15:29:10 -0000	1.115
+++ postgresql.spec	1 Sep 2009 17:31:59 -0000	1.116
@@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and 
 Name: postgresql
 %define majorversion 8.4
 Version: 8.4.0
-Release: 3%{?dist}
+Release: 3.1%{?dist}
 License: MIT
 Group: Applications/Databases
 Url: http://www.postgresql.org/ 
@@ -90,6 +90,10 @@ BuildRequires: perl(ExtUtils::Embed), pe
 # for /sbin/ldconfig
 Prereq: glibc initscripts
 
+%ifarch s390 s390x
+%define sdt 0
+%endif
+
 %if %python || %plpython
 BuildRequires: python-devel
 %endif
@@ -365,8 +369,8 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; expo
 
 # Strip out -ffast-math from CFLAGS....
 CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
-# use -O1 on sparc64 and alpha
-%ifarch sparc64 alpha
+# use -O1 on sparc64, s390x  and alpha
+%ifarch sparc64 alpha s390x s390
 CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
 %endif
 
@@ -852,6 +856,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Sep 01 2009 Karsten Hopp <karsten at redhat.com> 8.4.0-3.1
+- disable dtrace on s390x as a workaround until #520469 has been fixed
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 8.4.0-3
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list