--- a/postgresql8.3.spec +++ a/postgresql8.3.spec @@ -15,7 +15,7 @@ Name: %prog_name%postgresql_major.%postgresql_minor Version: %postgresql_major.%postgresql_minor.%postgresql_subminor -Release: alt%postgresql_altrel +Release: alt%postgresql_altrel.eter1 %define PGSQL pgsql %define ROOT %_localstatedir/%PGSQL-root @@ -65,6 +65,7 @@ Conflicts: %{prog_name}8.0 Conflicts: %{prog_name}8.1 Conflicts: %{prog_name}8.2 +BuildRequires: libkrb5-devel # Automatically added by buildreq on Fri Mar 28 2008 BuildRequires: OpenSP alt-entities ccache docbook-style-dsssl flex libpam-devel libreadline-devel libssl-devel perl-SGMLSpm perl-devel python-devel tcl-devel zlib-devel @@ -277,6 +278,7 @@ autoconf-2.5 --sysconfdir=%_sysconfdir/%PGSQL \ --datadir=%_datadir/%PGSQL \ --localstatedir=%_localstatedir \ + --with-includes=%_includedir/krb5 \ --enable-hba \ --enable-recode \ --enable-multibyte \ @@ -286,6 +288,7 @@ autoconf-2.5 --with-openssl \ --with-CXX \ --with-perl \ + --with-gssapi \ --with-x \ --enable-odbc \ --with-tcl --with-tclconfig=%_libdir \ @@ -665,6 +668,9 @@ fi %_libdir/%PGSQL/plpython.so %changelog +* Mon Jun 02 2008 Dmitry M. Maslennikov 8.3.1-alt4.eter1 +- Build with GSSAPI + * Tue May 13 2008 Michael Bochkaryov 8.3.1-alt4 - fixed tsearch_data directory packaging bug