Index: SPECS/postgresql.spec =================================================================== --- SPECS.orig/postgresql.spec +++ SPECS/postgresql.spec @@ -61,7 +61,7 @@ %{!?tcldevel:%define tcldevel 1} %{!?jdbc:%define jdbc 0} -%{!?test:%define test 1} +%{!?test:%define test 0} %{!?python:%define python 1} %{!?pltcl:%define pltcl 1} %{!?plperl:%define plperl 1} @@ -73,7 +73,7 @@ %{!?xml:%define xml 1} %{!?pam:%define pam 1} %{!?pgfts:%define pgfts 1} -%{!?runselftest:%define runselftest 1} +%{!?runselftest:%define runselftest 0} # Python major version. %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} @@ -82,7 +82,7 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql Version: 8.1.8 -Release: 1%{?dist} +Release: 1.fa1%{?dist} License: BSD Group: Applications/Databases Url: http://www.postgresql.org/