rpms/postgresql/F-9 postgresql.spec,1.100,1.101

Oliver Falk oliver at fedoraproject.org
Mon Mar 2 10:57:22 UTC 2009


Author: oliver

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

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-9/postgresql.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- postgresql.spec	7 Feb 2009 06:12:44 -0000	1.100
+++ postgresql.spec	2 Mar 2009 10:56:52 -0000	1.101
@@ -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