rpms/postgresql/F-10 postgresql.spec,1.104,1.105

Oliver Falk oliver at fedoraproject.org
Mon Mar 2 10:58:52 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/postgresql/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25266

Modified Files:
	postgresql.spec 
Log Message:
* Do not run the selftest on alpha. We know about the problems, but cannot fix them ad hoc


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-10/postgresql.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- postgresql.spec	7 Feb 2009 06:11:19 -0000	1.104
+++ postgresql.spec	2 Mar 2009 10:58:21 -0000	1.105
@@ -76,6 +76,10 @@
 %{!?pgfts:%define pgfts 1}
 %{!?runselftest:%define runselftest 1}
 
+%ifarch alpha
+  %define runselftest 0
+%endif
+
 # Python major version.
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 




More information about the fedora-extras-commits mailing list