e167e9
# This is the PostgreSQL Global Development Group Official RPMset spec file,
e167e9
# or a derivative thereof.
e167e9
# Copyright 2003-2009 Lamar Owen <lowen@pari.edu> <lamar.owen@wgcr.org>
e167e9
# and others listed.                 ** vi: ts=4 sw=4 noexpandtab nosmarttab
e167e9
e167e9
# Major Contributors:
e167e9
# ---------------
e167e9
# Lamar Owen
e167e9
# Trond Eivind Glomsrd <teg@redhat.com>
e167e9
# Thomas Lockhart
e167e9
# Reinhard Max
e167e9
# Karl DeBisschop
e167e9
# Peter Eisentraut
e167e9
# Joe Conway
e167e9
# Andrew Overholt
e167e9
# David Jee
e167e9
# Kaj J. Niemi
e167e9
# Sander Steffann
e167e9
# Tom Lane
e167e9
# and others in the Changelog....
e167e9
e167e9
# This spec file and ancillary files are licensed in accordance with
e167e9
# The PostgreSQL license.
e167e9
e167e9
# In this file you can find the default build package list macros.
e167e9
# These can be overridden by defining on the rpm command line:
e167e9
# rpm --define 'packagename 1' .... to force the package to build.
e167e9
# rpm --define 'packagename 0' .... to force the package NOT to build.
e167e9
# The base package, the libs package, the devel package, and the server package
e167e9
# always get built.
e167e9
e167e9
%{!?beta:%global beta 0}
e167e9
e167e9
%{!?test:%global test 1}
e167e9
%{!?upgrade:%global upgrade 1}
e167e9
%{!?plpython:%global plpython 0}
e167e9
%{!?plpython3:%global plpython3 1}
e167e9
%{!?pltcl:%global pltcl 1}
e167e9
%{!?plperl:%global plperl 1}
e167e9
%{!?ssl:%global ssl 1}
e167e9
%{!?kerberos:%global kerberos 1}
e167e9
%{!?ldap:%global ldap 1}
e167e9
%{!?nls:%global nls 1}
e167e9
%{!?uuid:%global uuid 1}
e167e9
%{!?xml:%global xml 1}
e167e9
%{!?pam:%global pam 1}
e167e9
%{!?sdt:%global sdt 1}
e167e9
%{!?selinux:%global selinux 1}
e167e9
%{!?runselftest:%global runselftest 1}
e167e9
e167e9
# By default, patch(1) creates backup files when chunks apply with offsets.
e167e9
# Turn that off to ensure such files don't get included in RPMs.
e167e9
%global _default_patch_flags --no-backup-if-mismatch
e167e9
e167e9
# https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_of_Additional_RPM_Macros
e167e9
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
e167e9
e167e9
Summary: PostgreSQL client programs
e167e9
Name: postgresql
e167e9
%global majorversion 10
51e4d8
Version: %{majorversion}.19
51e4d8
Release: 1%{?dist}
e167e9
e167e9
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
e167e9
# recognizes it as an independent license, so we do as well.
e167e9
License: PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Url: http://www.postgresql.org/
e167e9
e167e9
# This SRPM includes a copy of the previous major release, which is needed for
e167e9
# in-place upgrade of an old database.  In most cases it will not be critical
e167e9
# that this be kept up with the latest minor release of the previous series;
e167e9
# but update when bugs affecting pg_dump output are fixed.
e167e9
%global prevversion 9.2.24
e167e9
%global prevmajorversion 9.2
e167e9
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
e167e9
%global precise_version %{?epoch:%epoch:}%version-%release
e167e9
51e4d8
%global setup_version 8.6
e167e9
e167e9
%global service_name postgresql.service
e167e9
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
e167e9
# The PDF file is generated by generate-pdf.sh, which see for comments
e167e9
Source1: postgresql-%{version}-US.pdf
e167e9
# generate-pdf.sh is not used during RPM build, but include for documentation
e167e9
Source2: generate-pdf.sh
e167e9
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
e167e9
Source4: Makefile.regress
e167e9
Source9: postgresql.tmpfiles.d
e167e9
Source10: postgresql.pam
e167e9
Source11: postgresql-bashprofile
e167e9
e167e9
e167e9
# git: https://github.com/devexp-db/postgresql-setup
e167e9
Source12: https://github.com/devexp-db/postgresql-setup/releases/download/v%{setup_version}/postgresql-setup-%{setup_version}.tar.gz
e167e9
e167e9
# Those here are just to enforce packagers check that the tarball was downloaded
e167e9
# correctly.  Also, this allows us check that packagers-only tarballs do not
e167e9
# differ with publicly released ones.
e167e9
Source16: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
e167e9
Source17: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2.sha256
e167e9
e167e9
# Comments for these patches are in the patch files.
e167e9
Patch1: rpm-pgsql.patch
e167e9
Patch2: postgresql-logging.patch
e167e9
Patch5: postgresql-var-run-socket.patch
e167e9
Patch6: postgresql-man.patch
e167e9
Patch8: postgresql-no-libs.patch
e167e9
Patch9: postgresql-server-pg_config.patch
6a3681
Patch10: postgresql-10.15-contrib-dblink-expected-out.patch
e167e9
e167e9
BuildRequires: gcc
e167e9
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
e167e9
BuildRequires: perl(ExtUtils::Embed), perl-devel
e167e9
%if 0%{?fedora} || 0%{?rhel} > 7
e167e9
BuildRequires: perl-generators
e167e9
%endif
e167e9
BuildRequires: readline-devel zlib-devel
e167e9
BuildRequires: systemd systemd-devel util-linux
e167e9
BuildRequires: multilib-rpm-config
e167e9
BuildRequires: libpq-devel
e167e9
e167e9
# postgresql-setup build requires
e167e9
BuildRequires: m4 elinks docbook-utils help2man
e167e9
e167e9
%if %plpython
e167e9
BuildRequires: python2-devel
e167e9
%endif
e167e9
e167e9
%if %plpython3
e167e9
BuildRequires: python3-devel
e167e9
%endif
e167e9
e167e9
%if %pltcl
e167e9
BuildRequires: tcl-devel
e167e9
%endif
e167e9
e167e9
%if %ssl
e167e9
BuildRequires: openssl-devel
e167e9
%endif
e167e9
e167e9
%if %kerberos
e167e9
BuildRequires: krb5-devel
e167e9
%endif
e167e9
e167e9
%if %ldap
e167e9
BuildRequires: openldap-devel
e167e9
%endif
e167e9
e167e9
%if %nls
e167e9
BuildRequires: gettext >= 0.10.35
e167e9
%endif
e167e9
e167e9
%if %uuid
e167e9
BuildRequires: uuid-devel
e167e9
%endif
e167e9
e167e9
%if %xml
e167e9
BuildRequires: libxml2-devel libxslt-devel
e167e9
%endif
e167e9
e167e9
%if %pam
e167e9
BuildRequires: pam-devel
e167e9
%endif
e167e9
e167e9
%if %sdt
e167e9
BuildRequires: systemtap-sdt-devel
e167e9
%endif
e167e9
e167e9
%if %selinux
e167e9
BuildRequires: libselinux-devel
e167e9
%endif
e167e9
e167e9
# https://bugzilla.redhat.com/1464368
e167e9
%global __provides_exclude_from %{_libdir}/pgsql
e167e9
e167e9
%description
e167e9
PostgreSQL is an advanced Object-Relational database management system (DBMS).
e167e9
The base postgresql package contains the client programs that you'll need to
e167e9
access a PostgreSQL DBMS server, as well as HTML documentation for the whole
e167e9
system.  These client programs can be located on the same machine as the
e167e9
PostgreSQL server, or on a remote machine that accesses a PostgreSQL server
e167e9
over a network connection.  The PostgreSQL server can be found in the
e167e9
postgresql-server sub-package.
e167e9
e167e9
e167e9
%package server
e167e9
Summary: The programs needed to create and run a PostgreSQL server
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}%{?_isa} = %precise_version
e167e9
Requires(pre): /usr/sbin/useradd
e167e9
# We require this to be present for %%{_prefix}/lib/tmpfiles.d
e167e9
Requires: systemd
e167e9
# Make sure it's there when scriptlets run, too
e167e9
%{?systemd_requires}
e167e9
# Packages which provide postgresql plugins should build-require
e167e9
# postgresql-server-devel and require
e167e9
# postgresql-server(:MODULE_COMPAT_%%{postgresql_major}).
e167e9
# This will automatically guard against incompatible server & plugin
e167e9
# installation (#1008939, #1007840)
e167e9
Provides: %{name}-server(:MODULE_COMPAT_%{majorversion})
e167e9
Provides: bundled(postgresql-setup) = %setup_version
e167e9
e167e9
%description server
e167e9
PostgreSQL is an advanced Object-Relational database management system (DBMS).
e167e9
The postgresql-server package contains the programs needed to create
e167e9
and run a PostgreSQL server, which will in turn allow you to create
e167e9
and maintain PostgreSQL databases.
e167e9
e167e9
e167e9
%package docs
e167e9
Summary: Extra documentation for PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}%{?_isa} = %precise_version
e167e9
# Just for more intuitive documentation installation
e167e9
Provides: %{name}-doc = %precise_version
e167e9
e167e9
%description docs
e167e9
The postgresql-docs package contains some additional documentation for
e167e9
PostgreSQL.  Currently, this includes the main documentation in PDF format
e167e9
and source files for the PostgreSQL tutorial.
e167e9
e167e9
e167e9
%package contrib
e167e9
Summary: Extension modules distributed with PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}%{?_isa} = %precise_version
e167e9
e167e9
%description contrib
e167e9
The postgresql-contrib package contains various extension modules that are
e167e9
included in the PostgreSQL distribution.
e167e9
e167e9
e167e9
%package server-devel
e167e9
Summary: PostgreSQL development header files and libraries
e167e9
Group: Development/Libraries
e167e9
e167e9
%description server-devel
e167e9
The postgresql-server-devel package contains the header files and libraries
e167e9
needed to compile C or C++ applications which will directly interact
e167e9
with a PostgreSQL database management server.  It also contains the ecpg
e167e9
Embedded C Postgres preprocessor. You need to install this package if you want
e167e9
to develop applications which will interact with a PostgreSQL server.
e167e9
e167e9
e167e9
%package test-rpm-macros
e167e9
Summary: Convenience RPM macros for build-time testing against PostgreSQL server
e167e9
Requires: %{name}-server = %precise_version
e167e9
e167e9
%description test-rpm-macros
e167e9
This package is meant to be added as BuildRequires: dependency of other packages
e167e9
that want to run build-time testsuite against running PostgreSQL server.
e167e9
e167e9
e167e9
%package static
e167e9
Summary: Statically linked PostgreSQL libraries
e167e9
Requires: %{name}-server-devel%{?_isa} = %precise_version
e167e9
e167e9
%description static
e167e9
Statically linked PostgreSQL libraries that do not have dynamically linked
e167e9
counterparts.
e167e9
e167e9
e167e9
%if %upgrade
e167e9
%package upgrade
e167e9
Summary: Support for upgrading from the previous major release of PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
Provides: bundled(postgresql-libs) = %prevversion
e167e9
e167e9
%description upgrade
e167e9
The postgresql-upgrade package contains the pg_upgrade utility and supporting
e167e9
files needed for upgrading a PostgreSQL database from the previous major
e167e9
version of PostgreSQL.
e167e9
e167e9
e167e9
%package upgrade-devel
e167e9
Summary: Support for build of extensions required for upgrade process
e167e9
Group: Development/Libraries
e167e9
Requires: %{name}-upgrade%{?_isa} = %precise_version
e167e9
e167e9
%description upgrade-devel
e167e9
The postgresql-devel package contains the header files and libraries
e167e9
needed to compile C or C++ applications which are necessary in upgrade
e167e9
process.
e167e9
%endif
e167e9
e167e9
e167e9
%if %plperl
e167e9
%package plperl
e167e9
Summary: The Perl procedural language for PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
e167e9
%if %runselftest
e167e9
BuildRequires: perl(Data::Dumper)
e167e9
%endif
e167e9
e167e9
%description plperl
e167e9
The postgresql-plperl package contains the PL/Perl procedural language,
e167e9
which is an extension to the PostgreSQL database server.
e167e9
Install this if you want to write database functions in Perl.
e167e9
%endif
e167e9
e167e9
e167e9
%if %plpython
e167e9
%package plpython
e167e9
Summary: The Python2 procedural language for PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
Provides: %{name}-plpython2 = %precise_version
e167e9
e167e9
%description plpython
e167e9
The postgresql-plpython package contains the PL/Python procedural language,
e167e9
which is an extension to the PostgreSQL database server.
e167e9
Install this if you want to write database functions in Python 2.
e167e9
%endif
e167e9
e167e9
e167e9
%if %plpython3
e167e9
%package plpython3
e167e9
Summary: The Python3 procedural language for PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
e167e9
%description plpython3
e167e9
The postgresql-plpython3 package contains the PL/Python3 procedural language,
e167e9
which is an extension to the PostgreSQL database server.
e167e9
Install this if you want to write database functions in Python 3.
e167e9
%endif
e167e9
e167e9
e167e9
%if %pltcl
e167e9
%package pltcl
e167e9
Summary: The Tcl procedural language for PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
e167e9
%description pltcl
e167e9
The postgresql-pltcl package contains the PL/Tcl procedural language,
e167e9
which is an extension to the PostgreSQL database server.
e167e9
Install this if you want to write database functions in Tcl.
e167e9
%endif
e167e9
e167e9
e167e9
%if %test
e167e9
%package test
e167e9
Summary: The test suite distributed with PostgreSQL
e167e9
Group: Applications/Databases
e167e9
Requires: %{name}-server%{?_isa} = %precise_version
e167e9
Requires: %{name}-server-devel%{?_isa} = %precise_version
e167e9
e167e9
%description test
e167e9
The postgresql-test package contains files needed for various tests for the
e167e9
PostgreSQL database management system, including regression tests and
e167e9
benchmarks.
e167e9
%endif
e167e9
e167e9
e167e9
%prep
e167e9
( cd %_sourcedir; sha256sum -c %{SOURCE16}; sha256sum -c %{SOURCE17} )
e167e9
%setup -q -a 12
e167e9
%patch1 -p1
e167e9
%patch2 -p1
e167e9
%patch5 -p1
e167e9
%patch6 -p1
e167e9
%patch8 -p1
e167e9
%patch9 -p1
6a3681
%patch10 -p1
e167e9
e167e9
# We used to run autoconf here, but there's no longer any real need to,
e167e9
# since Postgres ships with a reasonably modern configure script.
e167e9
e167e9
cp -p %{SOURCE1} .
e167e9
e167e9
%if %upgrade
e167e9
tar xfj %{SOURCE3}
e167e9
e167e9
# apply once SOURCE3 is extracted
e167e9
%endif
e167e9
e167e9
# remove .gitignore files to ensure none get into the RPMs (bug #642210)
e167e9
find . -type f -name .gitignore | xargs rm
e167e9
e167e9
e167e9
%build
e167e9
# fail quickly and obviously if user tries to build as root
e167e9
%if %runselftest
e167e9
	if [ x"`id -u`" = x0 ]; then
e167e9
		echo "postgresql's regression tests fail if run as root."
e167e9
		echo "If you really need to build the RPM as root, use"
e167e9
		echo "--define='runselftest 0' to skip the regression tests."
e167e9
		exit 1
e167e9
	fi
e167e9
%endif
e167e9
e167e9
# Building postgresql-setup
e167e9
e167e9
cd postgresql-setup-%{setup_version}
e167e9
e167e9
%configure \
e167e9
    pgdocdir=%{_pkgdocdir} \
e167e9
    PGVERSION=%{version} \
e167e9
    PGMAJORVERSION=%{majorversion} \
e167e9
    NAME_DEFAULT_PREV_SERVICE=postgresql
e167e9
e167e9
make %{?_smp_mflags}
e167e9
cd ..
e167e9
e167e9
# Fiddling with CFLAGS.
e167e9
e167e9
CFLAGS="${CFLAGS:-%optflags}"
e167e9
%ifarch %{power64}
e167e9
# See the bug #1051075, ppc64 should benefit from -O3
e167e9
CFLAGS=`echo $CFLAGS | xargs -n 1 | sed 's|-O2|-O3|g' | xargs -n 100`
e167e9
%endif
e167e9
# Strip out -ffast-math from CFLAGS....
e167e9
CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
e167e9
export CFLAGS
e167e9
e167e9
# plpython requires separate configure/build runs to build against python 2
e167e9
# versus python 3.  Our strategy is to do the python 3 run first, then make
e167e9
# distclean and do it again for the "normal" build.  Note that the installed
e167e9
# Makefile.global will reflect the python 2 build, which seems appropriate
e167e9
# since that's still considered the default plpython version.
e167e9
common_configure_options='
e167e9
	--disable-rpath
e167e9
%if %beta
e167e9
	--enable-debug
e167e9
	--enable-cassert
e167e9
%endif
e167e9
%if %plperl
e167e9
	--with-perl
e167e9
%endif
e167e9
%if %pltcl
e167e9
	--with-tcl
e167e9
	--with-tclconfig=%_libdir
e167e9
%endif
e167e9
%if %ldap
e167e9
	--with-ldap
e167e9
%endif
e167e9
%if %ssl
e167e9
	--with-openssl
e167e9
%endif
e167e9
%if %pam
e167e9
	--with-pam
e167e9
%endif
e167e9
%if %kerberos
e167e9
	--with-gssapi
e167e9
%endif
e167e9
%if %uuid
e167e9
	--with-ossp-uuid
e167e9
%endif
e167e9
%if %xml
e167e9
	--with-libxml
e167e9
	--with-libxslt
e167e9
%endif
e167e9
%if %nls
e167e9
	--enable-nls
e167e9
%endif
e167e9
%if %sdt
e167e9
	--enable-dtrace
e167e9
%endif
e167e9
%if %selinux
e167e9
	--with-selinux
e167e9
%endif
e167e9
	--with-system-tzdata=%_datadir/zoneinfo
e167e9
	--datadir=%_datadir/pgsql
e167e9
	--with-systemd
e167e9
'
e167e9
e167e9
%if %plpython3
e167e9
e167e9
export PYTHON=/usr/bin/python3
e167e9
e167e9
# These configure options must match main build
e167e9
%configure $common_configure_options \
e167e9
	--with-python
e167e9
e167e9
# Fortunately we don't need to build much except plpython itself.
e167e9
make %{?_smp_mflags} -C src/pl/plpython all
e167e9
# save built form in a directory that "make distclean" won't touch
e167e9
cp -a src/pl/plpython src/pl/plpython3
e167e9
e167e9
# must also save this version of Makefile.global for later
e167e9
cp src/Makefile.global src/Makefile.global.python3
e167e9
e167e9
make distclean
e167e9
e167e9
%endif # %%plpython3
e167e9
e167e9
PYTHON=/usr/bin/python2
e167e9
e167e9
# Normal (python2) build begins here
e167e9
%configure $common_configure_options \
e167e9
%if %plpython
e167e9
	--with-python
e167e9
%endif
e167e9
e167e9
unset PYTHON
e167e9
e167e9
make %{?_smp_mflags} world
e167e9
e167e9
# Have to hack makefile to put correct path into tutorial scripts
e167e9
sed "s|C=\`pwd\`;|C=%{_libdir}/pgsql/tutorial;|" < src/tutorial/Makefile > src/tutorial/GNUmakefile
e167e9
make %{?_smp_mflags} -C src/tutorial NO_PGXS=1 all
e167e9
rm -f src/tutorial/GNUmakefile
e167e9
e167e9
# The object files shouldn't be copied to rpm bz#1187514
e167e9
rm -f src/tutorial/*.o
e167e9
e167e9
# run_testsuite WHERE
e167e9
# -------------------
e167e9
# Run 'make check' in WHERE path.  When that command fails, return the logs
e167e9
# given by PostgreSQL build system and set 'test_failure=1'.  This function
e167e9
# never exits directly nor stops rpmbuild where `set -e` is enabled.
e167e9
run_testsuite()
e167e9
{
e167e9
	make -k -C "$1" MAX_CONNECTIONS=5 check && return 0 || test_failure=1
e167e9
	(
e167e9
		set +x
e167e9
		echo "=== trying to find all regression.diffs files in build directory ==="
e167e9
		find "$1" -name 'regression.diffs' | \
e167e9
		while read line; do
e167e9
			echo "=== make failure: $line ==="
e167e9
			cat "$line"
e167e9
		done
e167e9
	)
e167e9
}
e167e9
e167e9
test_failure=0
e167e9
e167e9
%if %runselftest
e167e9
	run_testsuite "src/test/regress"
e167e9
	make clean -C "src/test/regress"
e167e9
	run_testsuite "src/pl"
e167e9
%if %plpython3
e167e9
	# must install Makefile.global that selects python3
e167e9
	mv src/Makefile.global src/Makefile.global.save
e167e9
	cp src/Makefile.global.python3 src/Makefile.global
e167e9
	touch -r src/Makefile.global.save src/Makefile.global
e167e9
	# because "make check" does "make install" on the whole tree,
e167e9
	# we must temporarily install plpython3 as src/pl/plpython,
e167e9
	# since that is the subdirectory src/pl/Makefile knows about
e167e9
	mv src/pl/plpython src/pl/plpython2
e167e9
	mv src/pl/plpython3 src/pl/plpython
e167e9
e167e9
	run_testsuite "src/pl/plpython"
e167e9
e167e9
	# and clean up our mess
e167e9
	mv src/pl/plpython src/pl/plpython3
e167e9
	mv src/pl/plpython2 src/pl/plpython
e167e9
	mv -f src/Makefile.global.save src/Makefile.global
e167e9
%endif
e167e9
	run_testsuite "contrib"
e167e9
%endif
e167e9
e167e9
# "assert(ALL_TESTS_OK)"
e167e9
test "$test_failure" -eq 0
e167e9
e167e9
%if %test
e167e9
	# undo the "make clean" above
e167e9
	make all -C src/test/regress
e167e9
%endif
e167e9
e167e9
%if %upgrade
e167e9
	pushd postgresql-%{prevversion}
e167e9
e167e9
	# The upgrade build can be pretty stripped-down, but make sure that
e167e9
	# any options that affect on-disk file layout match the previous
e167e9
	# major release!
e167e9
e167e9
	# The set of built server modules here should ideally create superset
e167e9
	# of modules we used to ship in %%prevversion (in the installation
e167e9
	# the user will upgrade from), including *-contrib or *-pl*
e167e9
	# subpackages.  This increases chances that the upgrade from
e167e9
	# %%prevversion will work smoothly.
e167e9
e167e9
upgrade_configure ()
e167e9
{
e167e9
	# Note we intentionally do not use %%configure here, because we *don't* want
e167e9
	# its ideas about installation paths.
e167e9
e167e9
	# The -fno-aggressive-loop-optimizations is hack for #993532
e167e9
	PYTHON="${PYTHON-/usr/bin/python2}" \
e167e9
	CFLAGS="$CFLAGS -fno-aggressive-loop-optimizations" ./configure \
e167e9
		--build=%{_build} \
e167e9
		--host=%{_host} \
e167e9
		--prefix=%prev_prefix \
e167e9
		--disable-rpath \
e167e9
%if %beta
e167e9
		--enable-debug \
e167e9
		--enable-cassert \
e167e9
%endif
e167e9
%if %plperl
e167e9
		--with-perl \
e167e9
%endif
e167e9
%if %pltcl
e167e9
		--with-tcl \
e167e9
%endif
6a3681
%if %ssl
6a3681
	    --with-openssl \
6a3681
%endif
e167e9
		--with-tclconfig=%_libdir \
e167e9
		--with-system-tzdata=/usr/share/zoneinfo \
e167e9
		"$@"
e167e9
}
e167e9
e167e9
%if %plpython3
e167e9
	export PYTHON=/usr/bin/python3
e167e9
	upgrade_configure --with-python
e167e9
	# upstream fixed this later 7107d58ec5a3c45967e77525809612a5f89b97f3
e167e9
	make %{?_smp_mflags} -C src/backend submake-errcodes
e167e9
	make %{?_smp_mflags} -C src/pl/plpython all
e167e9
	# save aside the only one file which we are interested here
e167e9
	cp src/pl/plpython/plpython3.so ./
e167e9
	unset PYTHON
e167e9
	make distclean
e167e9
%endif
e167e9
e167e9
	upgrade_configure \
e167e9
%if %plpython
e167e9
		--with-python
e167e9
%endif
e167e9
e167e9
	make %{?_smp_mflags} all
e167e9
	make -C contrib %{?_smp_mflags} all
e167e9
	popd
e167e9
%endif # %%upgrade
e167e9
e167e9
e167e9
%install
e167e9
cd postgresql-setup-%{setup_version}
e167e9
make install DESTDIR=$RPM_BUILD_ROOT
e167e9
cd ..
e167e9
e167e9
# For some reason, having '%%doc %%{_pkgdocdir}/README.rpm-dist' in %%files
e167e9
# causes FTBFS (at least on RHEL6), see rhbz#1250006.
e167e9
mv $RPM_BUILD_ROOT/%{_pkgdocdir}/README.rpm-dist ./
e167e9
e167e9
cat > $RPM_BUILD_ROOT%{_sysconfdir}/postgresql-setup/upgrade/postgresql.conf <
e167e9
id              postgresql
e167e9
major           %{prevmajorversion}
e167e9
data_default    %{_localstatedir}/pgsql/data
e167e9
package         postgresql-upgrade
e167e9
engine          %{_libdir}/pgsql/postgresql-%{prevmajorversion}/bin
e167e9
description     "Upgrade data from system PostgreSQL version (PostgreSQL %{prevmajorversion})"
e167e9
redhat_sockets_hack no
e167e9
EOF
e167e9
e167e9
make DESTDIR=$RPM_BUILD_ROOT install-world
e167e9
e167e9
# We ship pg_config through libpq-devel
e167e9
mv $RPM_BUILD_ROOT/%_mandir/man1/pg_{,server_}config.1
e167e9
rm $RPM_BUILD_ROOT/%_includedir/pg_config*.h
e167e9
rm $RPM_BUILD_ROOT/%_includedir/libpq/libpq-fs.h
e167e9
rm $RPM_BUILD_ROOT/%_includedir/postgres_ext.h
e167e9
rm -r $RPM_BUILD_ROOT/%_includedir/pgsql/internal/
e167e9
e167e9
%if %plpython3
e167e9
	mv src/Makefile.global src/Makefile.global.save
e167e9
	cp src/Makefile.global.python3 src/Makefile.global
e167e9
	touch -r src/Makefile.global.save src/Makefile.global
e167e9
	pushd src/pl/plpython3
e167e9
	make DESTDIR=$RPM_BUILD_ROOT install
e167e9
	popd
e167e9
	mv -f src/Makefile.global.save src/Makefile.global
e167e9
%endif
e167e9
e167e9
# make sure these directories exist even if we suppressed all contrib modules
e167e9
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pgsql/contrib
e167e9
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pgsql/extension
e167e9
e167e9
# multilib header hack
e167e9
for header in \
e167e9
	%{_includedir}/pgsql/server/pg_config.h \
e167e9
	%{_includedir}/pgsql/server/pg_config_ext.h
e167e9
do
e167e9
%multilib_fix_c_header --file "$header"
e167e9
done
e167e9
e167e9
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/pgsql/tutorial
e167e9
cp -p src/tutorial/* $RPM_BUILD_ROOT%{_libdir}/pgsql/tutorial
e167e9
e167e9
%if %pam
e167e9
install -d $RPM_BUILD_ROOT/etc/pam.d
e167e9
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/postgresql
e167e9
%endif
e167e9
e167e9
# Create the directory for sockets.
e167e9
install -d -m 755 $RPM_BUILD_ROOT%{?_localstatedir}/run/postgresql
e167e9
e167e9
# ... and make a tmpfiles script to recreate it at reboot.
e167e9
mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir}
e167e9
install -m 0644 %{SOURCE9} $RPM_BUILD_ROOT%{_tmpfilesdir}/postgresql.conf
e167e9
e167e9
# PGDATA needs removal of group and world permissions due to pg_pwd hole.
e167e9
install -d -m 700 $RPM_BUILD_ROOT%{?_localstatedir}/lib/pgsql/data
e167e9
e167e9
# backups of data go here...
e167e9
install -d -m 700 $RPM_BUILD_ROOT%{?_localstatedir}/lib/pgsql/backups
e167e9
e167e9
# postgres' .bash_profile
e167e9
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{?_localstatedir}/lib/pgsql/.bash_profile
e167e9
e167e9
rm $RPM_BUILD_ROOT/%{_datadir}/man/man1/ecpg.1
e167e9
e167e9
%if %upgrade
e167e9
	pushd postgresql-%{prevversion}
e167e9
	make DESTDIR=$RPM_BUILD_ROOT install
e167e9
	make -C contrib DESTDIR=$RPM_BUILD_ROOT install
e167e9
%if %plpython3
e167e9
	install -m 755 plpython3.so \
e167e9
		$RPM_BUILD_ROOT/%_libdir/pgsql/postgresql-%prevmajorversion/lib
e167e9
%endif
e167e9
	popd
e167e9
e167e9
	# remove stuff we don't actually need for upgrade purposes
e167e9
	pushd $RPM_BUILD_ROOT%{_libdir}/pgsql/postgresql-%{prevmajorversion}
e167e9
	rm bin/clusterdb
e167e9
	rm bin/createdb
e167e9
	rm bin/createlang
e167e9
	rm bin/createuser
e167e9
	rm bin/dropdb
e167e9
	rm bin/droplang
e167e9
	rm bin/dropuser
e167e9
	rm bin/ecpg
e167e9
	rm bin/initdb
e167e9
	rm bin/pg_basebackup
e167e9
	rm bin/pg_dump
e167e9
	rm bin/pg_dumpall
e167e9
	rm bin/pg_restore
e167e9
	rm bin/psql
e167e9
	rm bin/reindexdb
e167e9
	rm bin/vacuumdb
e167e9
	rm -rf share/doc
e167e9
	rm -rf share/man
e167e9
	rm -rf share/tsearch_data
e167e9
	rm lib/*.a
e167e9
	# Drop libpq.  This might need some tweaks once there's
e167e9
	# soname bump between %%prevversion and %%version.
e167e9
	rm lib/libpq.so*
e167e9
	# Drop libraries.
e167e9
	rm lib/lib{ecpg,ecpg_compat,pgtypes}.so*
e167e9
	rm share/*.bki
e167e9
	rm share/*description
e167e9
	rm share/*.sample
e167e9
	rm share/*.sql
e167e9
	rm share/*.txt
e167e9
	rm share/extension/*.sql
e167e9
	rm share/extension/*.control
e167e9
	popd
e167e9
	cat <<EOF > $RPM_BUILD_ROOT%macrosdir/macros.%name-upgrade
e167e9
%%postgresql_upgrade_prefix %prev_prefix
e167e9
EOF
e167e9
%endif
e167e9
e167e9
e167e9
%if %test
e167e9
	# tests. There are many files included here that are unnecessary,
e167e9
	# but include them anyway for completeness.  We replace the original
e167e9
	# Makefiles, however.
e167e9
	mkdir -p $RPM_BUILD_ROOT%{_libdir}/pgsql/test
e167e9
	cp -a src/test/regress $RPM_BUILD_ROOT%{_libdir}/pgsql/test
e167e9
	# pg_regress binary should be only in one subpackage,
e167e9
	# there will be a symlink from -test to -devel
e167e9
	rm -f $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/pg_regress
e167e9
	ln -sf ../../pgxs/src/test/regress/pg_regress $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/pg_regress
e167e9
	pushd  $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress
e167e9
	rm -f GNUmakefile Makefile *.o
e167e9
	chmod 0755 pg_regress regress.so
e167e9
	popd
e167e9
	sed 's|@bindir@|%{_bindir}|g' \
e167e9
		< %{SOURCE4} \
e167e9
		> $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/Makefile
e167e9
	chmod 0644 $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/Makefile
e167e9
%endif
e167e9
e167e9
rm -rf doc/html # HACK! allow 'rpmbuild -bi --short-circuit'
e167e9
mv $RPM_BUILD_ROOT%{_docdir}/pgsql/html doc
e167e9
rm -rf $RPM_BUILD_ROOT%{_docdir}/pgsql
e167e9
e167e9
# remove files not to be packaged
e167e9
rm $RPM_BUILD_ROOT%{_libdir}/libpgfeutils.a
e167e9
e167e9
%if !%plperl
e167e9
rm -f $RPM_BUILD_ROOT%{_bindir}/pgsql/hstore_plperl.so
e167e9
%endif
e167e9
e167e9
%if !%plpython
e167e9
rm -f $RPM_BUILD_ROOT%{_bindir}/pgsql/hstore_plpython2.so
e167e9
%endif
e167e9
e167e9
# initialize file lists
e167e9
cp /dev/null main.lst
e167e9
cp /dev/null server.lst
e167e9
cp /dev/null contrib.lst
e167e9
cp /dev/null plperl.lst
e167e9
cp /dev/null pltcl.lst
e167e9
cp /dev/null plpython.lst
e167e9
cp /dev/null plpython3.lst
e167e9
e167e9
%if %nls
e167e9
find_lang_bins ()
e167e9
{
e167e9
	lstfile=$1 ; shift
e167e9
	for binary; do
e167e9
		%find_lang "$binary"-%{majorversion}
e167e9
		cat "$binary"-%{majorversion}.lang >>$lstfile
e167e9
	done
e167e9
}
e167e9
find_lang_bins devel.lst pg_server_config
e167e9
find_lang_bins server.lst \
e167e9
	initdb pg_basebackup pg_controldata pg_ctl pg_resetwal pg_rewind plpgsql postgres
e167e9
find_lang_bins contrib.lst \
e167e9
	pg_archivecleanup pg_test_fsync pg_test_timing pg_waldump
e167e9
find_lang_bins  main.lst \
e167e9
	pg_dump pg_upgrade pgscripts psql
e167e9
%if %plperl
e167e9
find_lang_bins plperl.lst plperl
e167e9
%endif
e167e9
%if %plpython
e167e9
find_lang_bins plpython.lst plpython
e167e9
%endif
e167e9
%if %plpython3
e167e9
# plpython3 shares message files with plpython
e167e9
find_lang_bins plpython3.lst plpython
e167e9
%endif
e167e9
%if %pltcl
e167e9
find_lang_bins pltcl.lst pltcl
e167e9
%endif
e167e9
%endif
e167e9
e167e9
%pre server
e167e9
/usr/sbin/groupadd -g 26 -o -r postgres >/dev/null 2>&1 || :
e167e9
/usr/sbin/useradd -M -N -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
e167e9
	-c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || :
e167e9
e167e9
%post server
e167e9
%systemd_post %service_name
e167e9
e167e9
e167e9
%preun server
e167e9
%systemd_preun %service_name
e167e9
e167e9
e167e9
%postun server
e167e9
%systemd_postun_with_restart %service_name
e167e9
e167e9
e167e9
%check
e167e9
%if %runselftest
e167e9
make -C postgresql-setup-%{setup_version} check
e167e9
%endif
e167e9
e167e9
e167e9
%clean
e167e9
e167e9
e167e9
# FILES sections.
e167e9
%files -f main.lst
e167e9
%doc doc/KNOWN_BUGS doc/MISSING_FEATURES doc/TODO
e167e9
%doc COPYRIGHT README HISTORY doc/bug.template
e167e9
%doc README.rpm-dist
e167e9
%{_bindir}/clusterdb
e167e9
%{_bindir}/createdb
e167e9
%{_bindir}/createuser
e167e9
%{_bindir}/dropdb
e167e9
%{_bindir}/dropuser
e167e9
%{_bindir}/pg_dump
e167e9
%{_bindir}/pg_dumpall
e167e9
%{_bindir}/pg_isready
e167e9
%{_bindir}/pg_restore
e167e9
%{_bindir}/pg_upgrade
e167e9
%{_bindir}/psql
e167e9
%{_bindir}/reindexdb
e167e9
%{_bindir}/vacuumdb
e167e9
%{_mandir}/man1/clusterdb.*
e167e9
%{_mandir}/man1/createdb.*
e167e9
%{_mandir}/man1/createuser.*
e167e9
%{_mandir}/man1/dropdb.*
e167e9
%{_mandir}/man1/dropuser.*
e167e9
%{_mandir}/man1/pg_dump.*
e167e9
%{_mandir}/man1/pg_dumpall.*
e167e9
%{_mandir}/man1/pg_isready.*
e167e9
%{_mandir}/man1/pg_restore.*
e167e9
%{_mandir}/man1/pg_upgrade.*
e167e9
%{_mandir}/man1/psql.*
e167e9
%{_mandir}/man1/reindexdb.*
e167e9
%{_mandir}/man1/vacuumdb.*
e167e9
%{_mandir}/man7/*
e167e9
e167e9
e167e9
%files docs
e167e9
%doc *-US.pdf
e167e9
%doc doc/html
e167e9
%{_libdir}/pgsql/tutorial/
e167e9
e167e9
e167e9
%files contrib -f contrib.lst
e167e9
%doc contrib/spi/*.example
e167e9
%{_bindir}/oid2name
e167e9
%{_bindir}/pg_archivecleanup
e167e9
%{_bindir}/pg_standby
e167e9
%{_bindir}/pg_test_fsync
e167e9
%{_bindir}/pg_test_timing
e167e9
%{_bindir}/pg_waldump
e167e9
%{_bindir}/pgbench
e167e9
%{_bindir}/vacuumlo
e167e9
%{_datadir}/pgsql/extension/adminpack*
e167e9
%{_datadir}/pgsql/extension/amcheck*
e167e9
%{_datadir}/pgsql/extension/autoinc*
e167e9
%{_datadir}/pgsql/extension/bloom*
e167e9
%{_datadir}/pgsql/extension/btree_gin*
e167e9
%{_datadir}/pgsql/extension/btree_gist*
e167e9
%{_datadir}/pgsql/extension/chkpass*
e167e9
%{_datadir}/pgsql/extension/citext*
e167e9
%{_datadir}/pgsql/extension/cube*
e167e9
%{_datadir}/pgsql/extension/dblink*
e167e9
%{_datadir}/pgsql/extension/dict_int*
e167e9
%{_datadir}/pgsql/extension/dict_xsyn*
e167e9
%{_datadir}/pgsql/extension/earthdistance*
e167e9
%{_datadir}/pgsql/extension/file_fdw*
e167e9
%{_datadir}/pgsql/extension/fuzzystrmatch*
e167e9
%{_datadir}/pgsql/extension/hstore*
e167e9
%{_datadir}/pgsql/extension/insert_username*
e167e9
%{_datadir}/pgsql/extension/intagg*
e167e9
%{_datadir}/pgsql/extension/intarray*
e167e9
%{_datadir}/pgsql/extension/isn*
e167e9
%{_datadir}/pgsql/extension/lo*
e167e9
%{_datadir}/pgsql/extension/ltree*
e167e9
%{_datadir}/pgsql/extension/moddatetime*
e167e9
%{_datadir}/pgsql/extension/pageinspect*
e167e9
%{_datadir}/pgsql/extension/pg_buffercache*
e167e9
%{_datadir}/pgsql/extension/pg_freespacemap*
e167e9
%{_datadir}/pgsql/extension/pg_prewarm*
e167e9
%{_datadir}/pgsql/extension/pg_stat_statements*
e167e9
%{_datadir}/pgsql/extension/pg_trgm*
e167e9
%{_datadir}/pgsql/extension/pg_visibility*
e167e9
%{_datadir}/pgsql/extension/pgcrypto*
e167e9
%{_datadir}/pgsql/extension/pgrowlocks*
e167e9
%{_datadir}/pgsql/extension/pgstattuple*
e167e9
%{_datadir}/pgsql/extension/postgres_fdw*
e167e9
%{_datadir}/pgsql/extension/refint*
e167e9
%{_datadir}/pgsql/extension/seg*
e167e9
%{_datadir}/pgsql/extension/tablefunc*
e167e9
%{_datadir}/pgsql/extension/tcn*
e167e9
%{_datadir}/pgsql/extension/timetravel*
e167e9
%{_datadir}/pgsql/extension/tsm_system_rows*
e167e9
%{_datadir}/pgsql/extension/tsm_system_time*
e167e9
%{_datadir}/pgsql/extension/unaccent*
e167e9
%{_libdir}/pgsql/_int.so
e167e9
%{_libdir}/pgsql/adminpack.so
e167e9
%{_libdir}/pgsql/amcheck.so
e167e9
%{_libdir}/pgsql/auth_delay.so
e167e9
%{_libdir}/pgsql/auto_explain.so
e167e9
%{_libdir}/pgsql/autoinc.so
e167e9
%{_libdir}/pgsql/bloom.so
e167e9
%{_libdir}/pgsql/btree_gin.so
e167e9
%{_libdir}/pgsql/btree_gist.so
e167e9
%{_libdir}/pgsql/chkpass.so
e167e9
%{_libdir}/pgsql/citext.so
e167e9
%{_libdir}/pgsql/cube.so
e167e9
%{_libdir}/pgsql/dblink.so
e167e9
%{_libdir}/pgsql/dict_int.so
e167e9
%{_libdir}/pgsql/dict_xsyn.so
e167e9
%{_libdir}/pgsql/earthdistance.so
e167e9
%{_libdir}/pgsql/file_fdw.so
e167e9
%{_libdir}/pgsql/fuzzystrmatch.so
e167e9
%{_libdir}/pgsql/hstore.so
e167e9
%if %plperl
e167e9
%{_libdir}/pgsql/hstore_plperl.so
e167e9
%endif
e167e9
%if %plpython
e167e9
%{_libdir}/pgsql/hstore_plpython2.so
e167e9
%endif
e167e9
%{_libdir}/pgsql/insert_username.so
e167e9
%{_libdir}/pgsql/isn.so
e167e9
%{_libdir}/pgsql/lo.so
e167e9
%{_libdir}/pgsql/ltree.so
e167e9
%if %plpython
e167e9
%{_libdir}/pgsql/ltree_plpython2.so
e167e9
%endif
e167e9
%{_libdir}/pgsql/moddatetime.so
e167e9
%{_libdir}/pgsql/pageinspect.so
e167e9
%{_libdir}/pgsql/passwordcheck.so
e167e9
%{_libdir}/pgsql/pg_buffercache.so
e167e9
%{_libdir}/pgsql/pg_freespacemap.so
e167e9
%{_libdir}/pgsql/pg_stat_statements.so
e167e9
%{_libdir}/pgsql/pg_trgm.so
e167e9
%{_libdir}/pgsql/pg_visibility.so
e167e9
%{_libdir}/pgsql/pgcrypto.so
e167e9
%{_libdir}/pgsql/pgrowlocks.so
e167e9
%{_libdir}/pgsql/pgstattuple.so
e167e9
%{_libdir}/pgsql/postgres_fdw.so
e167e9
%{_libdir}/pgsql/refint.so
e167e9
%{_libdir}/pgsql/seg.so
e167e9
%{_libdir}/pgsql/tablefunc.so
e167e9
%{_libdir}/pgsql/tcn.so
e167e9
%{_libdir}/pgsql/test_decoding.so
e167e9
%{_libdir}/pgsql/timetravel.so
e167e9
%{_libdir}/pgsql/tsm_system_rows.so
e167e9
%{_libdir}/pgsql/tsm_system_time.so
e167e9
%{_libdir}/pgsql/unaccent.so
e167e9
%{_mandir}/man1/oid2name.*
e167e9
%{_mandir}/man1/pg_archivecleanup.*
e167e9
%{_mandir}/man1/pg_recvlogical.*
e167e9
%{_mandir}/man1/pg_standby.*
e167e9
%{_mandir}/man1/pg_test_fsync.*
e167e9
%{_mandir}/man1/pg_test_timing.*
e167e9
%{_mandir}/man1/pg_waldump.*
e167e9
%{_mandir}/man1/pgbench.*
e167e9
%{_mandir}/man1/vacuumlo.*
e167e9
%{_mandir}/man3/dblink*
e167e9
%if %selinux
e167e9
%{_datadir}/pgsql/contrib/sepgsql.sql
e167e9
%{_libdir}/pgsql/sepgsql.so
e167e9
%endif
e167e9
%if %ssl
e167e9
%{_datadir}/pgsql/extension/sslinfo*
e167e9
%{_libdir}/pgsql/sslinfo.so
e167e9
%endif
e167e9
%if %uuid
e167e9
%{_datadir}/pgsql/extension/uuid-ossp*
e167e9
%{_libdir}/pgsql/uuid-ossp.so
e167e9
%endif
e167e9
%if %xml
e167e9
%{_datadir}/pgsql/extension/xml2*
e167e9
%{_libdir}/pgsql/pgxml.so
e167e9
%endif
e167e9
e167e9
%files server -f server.lst
e167e9
%{_bindir}/initdb
e167e9
%{_bindir}/pg_basebackup
e167e9
%{_bindir}/pg_controldata
e167e9
%{_bindir}/pg_ctl
e167e9
%{_bindir}/pg_receivewal
e167e9
%{_bindir}/pg_recvlogical
e167e9
%{_bindir}/pg_resetwal
e167e9
%{_bindir}/pg_rewind
e167e9
%{_bindir}/postgres
e167e9
%{_bindir}/postgresql-setup
51e4d8
%{_bindir}/postgresql-upgrade
e167e9
%{_bindir}/postmaster
e167e9
%dir %{_datadir}/pgsql
e167e9
%{_datadir}/pgsql/*.sample
e167e9
%dir %{_datadir}/pgsql/contrib
e167e9
%{_datadir}/pgsql/conversion_create.sql
e167e9
%dir %{_datadir}/pgsql/extension
e167e9
%{_datadir}/pgsql/extension/plpgsql*
e167e9
%{_datadir}/pgsql/information_schema.sql
e167e9
%{_datadir}/pgsql/postgres.bki
e167e9
%{_datadir}/pgsql/postgres.description
e167e9
%{_datadir}/pgsql/postgres.shdescription
e167e9
%{_datadir}/pgsql/snowball_create.sql
e167e9
%{_datadir}/pgsql/sql_features.txt
e167e9
%{_datadir}/pgsql/system_views.sql
e167e9
%{_datadir}/pgsql/timezonesets/
e167e9
%{_datadir}/pgsql/tsearch_data/
e167e9
%dir %{_datadir}/postgresql-setup
e167e9
%{_datadir}/postgresql-setup/library.sh
e167e9
%{_libdir}/pgsql/*_and_*.so
e167e9
%{_libdir}/pgsql/dict_snowball.so
e167e9
%{_libdir}/pgsql/euc2004_sjis2004.so
e167e9
%{_libdir}/pgsql/libpqwalreceiver.so
e167e9
%{_libdir}/pgsql/pg_prewarm.so
e167e9
%{_libdir}/pgsql/pgoutput.so
e167e9
%{_libdir}/pgsql/plpgsql.so
e167e9
%dir %{_libexecdir}/initscripts/legacy-actions/postgresql
e167e9
%{_libexecdir}/initscripts/legacy-actions/postgresql/*
e167e9
%{_libexecdir}/postgresql-check-db-dir
e167e9
%dir %{_sysconfdir}/postgresql-setup
e167e9
%dir %{_sysconfdir}/postgresql-setup/upgrade
e167e9
%config %{_sysconfdir}/postgresql-setup/upgrade/*.conf
e167e9
%{_mandir}/man1/initdb.*
e167e9
%{_mandir}/man1/pg_basebackup.*
e167e9
%{_mandir}/man1/pg_controldata.*
e167e9
%{_mandir}/man1/pg_ctl.*
e167e9
%{_mandir}/man1/pg_receivewal.*
e167e9
%{_mandir}/man1/pg_resetwal.*
e167e9
%{_mandir}/man1/pg_rewind.*
e167e9
%{_mandir}/man1/postgres.*
e167e9
%{_mandir}/man1/postgresql-new-systemd-unit.*
e167e9
%{_mandir}/man1/postgresql-setup.*
e167e9
%{_mandir}/man1/postmaster.*
51e4d8
%{_mandir}/man1/postgresql-upgrade.*
e167e9
%{_sbindir}/postgresql-new-systemd-unit
e167e9
%{_tmpfilesdir}/postgresql.conf
e167e9
%{_unitdir}/*postgresql*.service
e167e9
%attr(700,postgres,postgres) %dir %{?_localstatedir}/lib/pgsql
e167e9
%attr(644,postgres,postgres) %config(noreplace) %{?_localstatedir}/lib/pgsql/.bash_profile
e167e9
%attr(700,postgres,postgres) %dir %{?_localstatedir}/lib/pgsql/backups
e167e9
%attr(700,postgres,postgres) %dir %{?_localstatedir}/lib/pgsql/data
e167e9
%attr(755,postgres,postgres) %dir %{?_localstatedir}/run/postgresql
e167e9
%if %pam
e167e9
%config(noreplace) /etc/pam.d/postgresql
e167e9
%endif
e167e9
e167e9
e167e9
%files server-devel -f devel.lst
e167e9
%{_bindir}/pg_server_config
e167e9
%dir %{_includedir}/pgsql
e167e9
%dir %{_includedir}/pgsql/server
e167e9
%{_includedir}/pgsql/server/*
e167e9
%{_libdir}/pgsql/pgxs/
e167e9
%{_mandir}/man1/pg_server_config.*
e167e9
%{_mandir}/man3/SPI_*
e167e9
%{macrosdir}/macros.%name
e167e9
e167e9
e167e9
%files test-rpm-macros
e167e9
%{_datadir}/postgresql-setup/postgresql_pkg_tests.sh
e167e9
%{macrosdir}/macros.%name-test
e167e9
e167e9
e167e9
%files static
e167e9
%{_libdir}/libpgcommon.a
e167e9
%{_libdir}/libpgport.a
e167e9
e167e9
e167e9
%if %upgrade
e167e9
%files upgrade
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/bin
e167e9
%exclude %{_libdir}/pgsql/postgresql-%{prevmajorversion}/bin/pg_config
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/lib
e167e9
%exclude %{_libdir}/pgsql/postgresql-%{prevmajorversion}/lib/pgxs
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/share
e167e9
e167e9
e167e9
%files upgrade-devel
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/bin/pg_config
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/include
e167e9
%{_libdir}/pgsql/postgresql-%{prevmajorversion}/lib/pgxs
e167e9
%{macrosdir}/macros.%name-upgrade
e167e9
%endif
e167e9
e167e9
e167e9
%if %plperl
e167e9
%files plperl -f plperl.lst
e167e9
%{_datadir}/pgsql/extension/plperl*
e167e9
%{_libdir}/pgsql/plperl.so
e167e9
%endif
e167e9
e167e9
e167e9
%if %pltcl
e167e9
%files pltcl -f pltcl.lst
e167e9
%{_datadir}/pgsql/extension/pltcl*
e167e9
%{_libdir}/pgsql/pltcl.so
e167e9
%endif
e167e9
e167e9
e167e9
%if %plpython
e167e9
%files plpython -f plpython.lst
e167e9
%{_datadir}/pgsql/extension/plpython2*
e167e9
%{_datadir}/pgsql/extension/plpythonu*
e167e9
%{_libdir}/pgsql/plpython2.so
e167e9
%endif
e167e9
e167e9
e167e9
%if %plpython3
e167e9
%files plpython3 -f plpython3.lst
e167e9
%{_datadir}/pgsql/extension/plpython3*
e167e9
%{_libdir}/pgsql/plpython3.so
e167e9
%endif
e167e9
e167e9
e167e9
%if %test
e167e9
%files test
e167e9
%attr(-,postgres,postgres) %{_libdir}/pgsql/test
e167e9
%endif
e167e9
e167e9
e167e9
%changelog
51e4d8
* Mon Dec 13 2021 Filip Januš <fjanus@redhat.com> - 10.19-2
51e4d8
- Add missing files into file section of server package
51e4d8
  postgresql-setup v8.6 newly provides postgresql-upgrade
51e4d8
51e4d8
* Mon Dec 06 2021 Filip Januš <fjanus@redhat.com> - 10.19-1
51e4d8
- Update to 10.19
51e4d8
- Resolves: CVE-2021-23214
51e4d8
51e4d8
* Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 10.17-4
51e4d8
- Update postgresql-setup to 8.6 (#2024568)
51e4d8
51e4d8
* Wed Nov 03 2021 Filip Januš <fjanus@redhat.com> - 10.17-3
51e4d8
- Fix tmp files deprecated path
51e4d8
- Resolves: #1992263
51e4d8
6a3681
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 10.17-2
6a3681
- Enable ssl for upgrade server
6a3681
  Resolves: #1982701
6a3681
6a3681
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> - 10.17-1
6a3681
- Update to 10.17
6a3681
  Resolves: #1964521
6a3681
  Fix: CVE-2021-32027, CVE-2021-32028
6a3681
02d6c3
* Wed Nov 18 2020 Patrik Novotný <panovotn@redhat.com> - 10.15-1
02d6c3
- Rebase to upstream release 10.15
6a3681
  Resolves: rhbz#1898214
6a3681
  Resolves: rhbz#1898342
6a3681
  Resolves: rhbz#1898248
02d6c3
02d6c3
* Tue Aug 11 2020 Patrik Novotný <panovotn@redhat.com> - 10.14-1
02d6c3
- Rebase to upstream release 10.14
02d6c3
  Fixes RHBZ#1727803
02d6c3
  Fixes RHBZ#1741489
02d6c3
  Fixes RHBZ#1709196
02d6c3
02d6c3
* Tue May 12 2020 Patrik Novotný <panovotn@redhat.com> - 10.13-1
02d6c3
- Rebase to upstream release 10.13
02d6c3
  Fixes RHBZ#1727803
02d6c3
  Fixes RHBZ#1741489
02d6c3
  Fixes RHBZ#1709196
02d6c3
e167e9
* Thu Nov 15 2018 Pavel Raiskup <praiskup@redhat.com> - 10.6-1
e167e9
- update to 10.6 per release notes:
e167e9
  https://www.postgresql.org/docs/10/release-10-6.html
e167e9
e167e9
* Fri Aug 10 2018 Pavel Raiskup <praiskup@redhat.com> - 10.5-1
e167e9
- update to 10.5 per release notes:
e167e9
  https://www.postgresql.org/docs/10/static/release-10-5.html
e167e9
e167e9
* Thu Aug 02 2018 Pavel Raiskup <praiskup@redhat.com> - 10.4-4
e167e9
- new postgresql-setup, the %%postgresql_tests* macros now start
e167e9
  the build-time server on random port number
e167e9
e167e9
* Wed Aug 01 2018 Pavel Raiskup <praiskup@redhat.com> - 10.4-3
e167e9
- gcc is fixed (rhbz#1600395), dropping the workaround patch
e167e9
e167e9
* Thu Jul 12 2018 Pavel Raiskup <praiskup@redhat.com> - 10.4-2
e167e9
- fix pg_config-*.mo collision with libpq-devel
e167e9
e167e9
* Thu Jul 12 2018 Pavel Raiskup <praiskup@redhat.com> - 10.4-1
e167e9
- sync with fedora rawhide
e167e9
e167e9
* Thu Apr 26 2018 Pavel Raiskup <praiskup@redhat.com> - 10.3-5
e167e9
- pltcl: drop tcl-pltcl dependency (rhbz#1571181)
e167e9
e167e9
* Thu Apr 19 2018 Pavel Raiskup <praiskup@redhat.com> - 10.3-4
e167e9
- fix upgrade subpackage (sync with F28+)
e167e9
e167e9
* Wed Apr 18 2018 Pavel Raiskup <praiskup@redhat.com> - 10.3-3
e167e9
- missing *-devel => *-server-devel* changes (rhbz#1569041)
e167e9
e167e9
* Fri Apr 13 2018 Pavel Raiskup <praiskup@redhat.com> - 10.3-2
e167e9
- don't build *-libs subpackage
e167e9
- don't collide with libpq{,-devel}
e167e9
- sync with fedora rawhide
e167e9
e167e9
* Thu Mar 01 2018 Pavel Raiskup <praiskup@redhat.com> - 10.3-1
e167e9
- update to 10.3 per release notes:
e167e9
  https://www.postgresql.org/docs/10/static/release-10-3.html
e167e9
e167e9
* Tue Dec 19 2017 Pavel Raiskup <praiskup@redhat.com> - 10.1-2
e167e9
- build plpython3 subpackage
e167e9
e167e9
* Tue Dec 19 2017 Pavel Raiskup <praiskup@redhat.com> - 10.1-1
e167e9
- sync with Fedora 28 state
e167e9
- fix prevmajorversion to 9.2 (RHEL7 version)
e167e9
- reset Release to 1, for RHEL8 purposes
e167e9
e167e9
* Tue Aug 29 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.5-1
e167e9
- update to 9.6.5 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6-5.html
e167e9
e167e9
* Tue Aug 08 2017 Petr Kubat <pkubat@redhat.com> - 9.6.4-1
e167e9
- update to 9.6.4 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6-4.html
e167e9
e167e9
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.6.3-9
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e167e9
e167e9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.6.3-8
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e167e9
e167e9
* Mon Jul 24 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-7
e167e9
- drop perl rpath patch; libperl.so* is now in %%_libdir (rhbz#1474417)
e167e9
e167e9
* Mon Jun 26 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-6
e167e9
- don't provide libpqwalreceiver.so() soname
e167e9
e167e9
* Wed Jun 21 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-5
e167e9
- drop the __os_install_post redefinition hack
e167e9
e167e9
* Mon Jun 12 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-4
e167e9
- drop -DLINUX_OOM_SCORE_ADJ=0 define from CFLAGS (rhbz#1110969, rhbz#1436554)
e167e9
e167e9
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 9.6.3-3
e167e9
- Perl 5.26 rebuild
e167e9
e167e9
* Mon May 22 2017 Petr Kubat <pkubat@redhat.com> - 9.6.3-2
e167e9
- fix indentation issues in hstore_plperlu test-case (rhbz#1453111)
e167e9
e167e9
* Thu May 11 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.3-1
e167e9
- update to 9.6.3 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6-3.html
e167e9
e167e9
* Mon Apr 24 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.2-4
e167e9
- rebase to postgresql-setup 5.1
e167e9
e167e9
* Mon Apr 10 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.2-3
e167e9
- spring cleanup
e167e9
e167e9
* Mon Mar 27 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.2-2
e167e9
- rebuild for rhbz#1436006
e167e9
e167e9
* Wed Feb 22 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.2-1
e167e9
- update to 9.6.2 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6-2.html
e167e9
- remove mistakenly isntalled libpgfeutils.a
e167e9
e167e9
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 9.6.1-3
e167e9
- Rebuild for readline 7.x
e167e9
e167e9
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 9.6.1-2
e167e9
- Rebuild for Python 3.6
e167e9
e167e9
* Wed Oct 26 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.1-1
e167e9
- update to 9.6.1 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6-1.html
e167e9
- add gen_sources.sh script
e167e9
- remove plpython build hack, fixed upstream
e167e9
- remove aarch64 and ppc64p7 hacks, fixed by the %%configure call
e167e9
e167e9
* Tue Oct 04 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.0-1
e167e9
- rebase the postgresql-setup tarball
e167e9
e167e9
* Fri Sep 30 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.0-1
e167e9
- update to 9.6.0 per release notes:
e167e9
  https://www.postgresql.org/docs/9.6/static/release-9-6.html
e167e9
e167e9
* Fri Aug 12 2016 Petr Kubat <pkubat@redhat.com> - 9.5.4-1
e167e9
- update to 9.5.4 per release notes:
e167e9
  http://www.postgresql.org/docs/9.5/static/release-9-5-4.html
e167e9
e167e9
* Mon Jun 20 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.3-3
e167e9
- use multilib-rpm-config package for multilib hacks
e167e9
e167e9
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 9.5.3-2
e167e9
- Perl 5.24 rebuild
e167e9
e167e9
* Thu May 12 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.3-1
e167e9
- update to 9.5.3 per release notes:
e167e9
  http://www.postgresql.org/docs/9.5/static/release-9-5-3.html
e167e9
e167e9
* Mon May 09 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.2-2
e167e9
- fix the test subpackage, pg_regress now uses --bindir
e167e9
e167e9
* Sun Apr 03 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.2-1
e167e9
- update to 9.5.2 per release notes
e167e9
  http://www.postgresql.org/docs/9.5/static/release-9-5-2.html
e167e9
e167e9
* Fri Feb 26 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.1-2
e167e9
- package static libraries without dynamic counterparts (rhbz#784281)
e167e9
e167e9
* Tue Feb 09 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.1-1
e167e9
- update to 9.5.1 per release notes
e167e9
  http://www.postgresql.org/docs/9.5/static/release-9-5-1.html
e167e9
e167e9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.5.0-2
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e167e9
e167e9
* Wed Jan 06 2016 Pavel Raiskup <praiskup@redhat.com> - 9.5.0-1
e167e9
- update to 9.5.0 per release notes
e167e9
  http://www.postgresql.org/docs/9.5/static/release-9-5.html
e167e9
- update postgresql-setup to v4.0 to reflect new packaging style
e167e9
e167e9
* Wed Dec 16 2015 Pavel Kajaba <pkajaba@redhat.com> - 9.4.5-5
e167e9
- fixed problem with xml2 test (rhbz#1286692)
e167e9
e167e9
* Thu Dec 3 2015 Pavel Kajaba <pkajaba@redhat.com> - 9.4.5-4
e167e9
- fixed short-circuit build
e167e9
e167e9
* Thu Nov 12 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-3
e167e9
- fix testsuite failure with new Python 3.5 (rhbz#1280404)
e167e9
e167e9
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.4.5-3
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
e167e9
e167e9
* Fri Oct 16 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-2
e167e9
- devel package should not require the main package (rhbz#1272219)
e167e9
- multilib fix, more general solution (rhbz#1190346)
e167e9
e167e9
* Tue Oct 06 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-1
e167e9
- update to 9.4.5 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/release-9-4-5.html
e167e9
e167e9
* Fri Sep 25 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-6
e167e9
- postgresql-setup rebase to 3.4 (rhbz#1265319, rhbz#1247477)
e167e9
e167e9
* Thu Sep 17 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-5
e167e9
- enable hardening (safe for kernel 4.1+) (see rhbz#952946 comment #24)
e167e9
e167e9
* Tue Aug 04 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-4
e167e9
- install README.rpm-dist properly (rhbz#1249708)
e167e9
e167e9
* Tue Jul 14 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-3
e167e9
- revert/fix part of e6acde1a9 commit related to multilib hack (rhbz#1242873)
e167e9
e167e9
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.4.4-2
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e167e9
e167e9
* Mon Jun 15 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-1
e167e9
- fix for Perl 5.22 rebase (rhbz#1231279)
e167e9
e167e9
* Thu Jun 11 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.4-1
e167e9
- update to 9.4.4 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/release-9-4-4.html
e167e9
e167e9
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 9.4.3-2
e167e9
- Perl 5.22 rebuild
e167e9
e167e9
* Wed Jun 03 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.3-1
e167e9
- update to 9.4.3 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/release-9-4-3.html
e167e9
e167e9
* Thu May 21 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.2-1
e167e9
- update to 9.4.2 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/release-9-4-2.html
e167e9
e167e9
* Thu May 21 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.1-4
e167e9
- make the %%check phase more verbose for FAIL cases
e167e9
- don't FTBFS on f23+ where hardening is on by default
e167e9
e167e9
* Wed Mar 25 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.1-3
e167e9
- update to postgresql-setup 3.3
e167e9
e167e9
* Thu Mar 19 2015 Jozef Mlich <jmlich@redhat.com> - 9.4.1-2
e167e9
- Adding tcl-pgtcl into Requires of -tcl subpackage
e167e9
e167e9
* Wed Feb 04 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.1-1
e167e9
- update to 9.4.1 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/release-9-4-1.html
e167e9
e167e9
* Tue Feb 03 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.0-2
e167e9
- sort file lists alphabetically
e167e9
e167e9
* Tue Dec 23 2014 Jozef Mlich <jmlich@redhat.com> - 9.4.0-1
e167e9
- update to 9.4.0 per release notes
e167e9
  http://www.postgresql.org/docs/9.4/static/index.html
e167e9
e167e9
* Mon Nov 24 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-8
e167e9
- print regression.diffs contents to stdout (#1118392)
e167e9
e167e9
* Mon Oct 20 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-7
e167e9
- be forgiving of variant spellings of locale names in pg_upgrade (#1007802)
e167e9
e167e9
* Sun Sep 21 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-6
e167e9
- postgresql-setup & relatives are now in separate tarball
e167e9
e167e9
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 9.3.5-5
e167e9
- Perl 5.20 rebuild
e167e9
e167e9
* Thu Aug 21 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-4
e167e9
- install macros.postgresql, not postgresql.macros
e167e9
e167e9
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.3.5-3
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e167e9
e167e9
* Thu Jul 24 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-2
e167e9
- fix the prevversion sum link and comment a little
e167e9
e167e9
* Tue Jul 22 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.5-1
e167e9
- update to 9.3.5 per release notes
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3-5.html
e167e9
e167e9
* Fri Jul 18 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.4-8
e167e9
- provide postgresql-doc for postgresql-docs package (#1086420)
e167e9
- move html documentation to *-docs subpackage (#1086420)
e167e9
- provide postgresql-server(:MODULE_COMPAT_%%{postgresql_major}) to guard
e167e9
  against incompatible plugin installation (#1008939)
e167e9
e167e9
* Thu Jun 19 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.4-7
e167e9
- OOM handling compatible with 9.5+, by Tom Lane (#1110969)
e167e9
e167e9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.3.4-6
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e167e9
e167e9
* Mon May 26 2014 Honza Horak <hhorak@redhat.com> - 9.3.4-5
e167e9
- Rebuild for Python 3.4
e167e9
e167e9
* Fri May 23 2014 Honza Horak <hhorak@redhat.com> - 9.3.4-4
e167e9
- Change plpython_do test a bit so it is universal for all python versions
e167e9
e167e9
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 9.3.4-3
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
e167e9
e167e9
* Wed May 14 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.4-2
e167e9
- set basic $PATH when it is empty or unset, (#1097317)
e167e9
e167e9
* Thu Mar 20 2014 Jozef Mlich <jmlich@redhat.com> - 9.3.4-1
e167e9
- update to 9.3.4 minor version per release notes:
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3-4.html
e167e9
e167e9
* Thu Mar 13 2014 Jozef Mlich <jmlich@redhat.com> - 9.3.3-2
e167e9
- Fix WAL replay of locking an updated tuple 
e167e9
  kudos to Alvaro Herrera 
e167e9
e167e9
* Thu Feb 20 2014 Jozef Mlich <jmlich@redhat.com> - 9.3.3-1
e167e9
- update to 9.3.3 minor version per release notes:
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
e167e9
e167e9
* Thu Jan 23 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-7
e167e9
- postgresql-setup: typos
e167e9
e167e9
* Tue Jan 21 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-6
e167e9
- add PGSETUP_PGUPGRADE_OPTIONS env var for postgresql-setup
e167e9
e167e9
* Mon Jan 20 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-5
e167e9
- fix the postgresql-setup --version option
e167e9
e167e9
* Mon Jan 20 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-4
e167e9
- postgresql-setup(upgrade): don't stop old server when it can not be started
e167e9
- postgresql-setup(initdb, upgrade): add $PGSETUP_INITDB_OPTIONS
e167e9
- postgresql-setup: do not pretend 'sh' compatibility
e167e9
- move script generation to proper place
e167e9
- postgresql-setup: document a little and genrate manual page
e167e9
e167e9
* Fri Jan 10 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-3
e167e9
- build with -O3 on ppc64 (private #1051075)
e167e9
e167e9
* Fri Dec 13 2013 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-2
e167e9
- lint the postgresql-setup script
e167e9
e167e9
* Thu Dec 12 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.2-2
e167e9
- don't fail if user has badly configure 'postgres' user access (#1040364)
e167e9
e167e9
* Thu Dec 05 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.2-1
e167e9
- update to 9.3.2 minor version per release notes:
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3-2.html
e167e9
e167e9
* Thu Oct 17 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.1-2
e167e9
- the prevversion (see package upgrade process) is updated
e167e9
  from 9.2.4 to 9.2.5
e167e9
e167e9
* Thu Oct 10 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.1-1
e167e9
- update to 9.3.1 minor version per release notes:
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
e167e9
e167e9
* Tue Sep 10 2013 Pavel Raiskup <praiskup@redhat.com> - 9.3.0-1
e167e9
- update to 9.3 major version per release notes:
e167e9
  http://www.postgresql.org/docs/9.3/static/release-9-3.html
e167e9
e167e9
* Thu Aug 15 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-11
e167e9
- upgrade: stop old server in case of permissions problem (#896161)
e167e9
e167e9
* Mon Aug 12 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-10
e167e9
- disable aggressive loop optimizations for old codebase (#993532)
e167e9
e167e9
* Wed Aug 07 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-9
e167e9
- generate links docdir links in postgresql-check-db-dir correctly (#994048)
e167e9
e167e9
* Tue Aug 06 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-8
e167e9
- allow `rpmbuild -bi --short-circuit`
e167e9
e167e9
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.2.4-7
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e167e9
e167e9
* Wed Jul 24 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-6
e167e9
- split aarch64 patch to allow build without postgresql-upgrade
e167e9
e167e9
* Tue Jul 23 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-5
e167e9
- fix testsuite to allow build against Perl 5.18
e167e9
e167e9
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 9.2.4-5
e167e9
- Perl 5.18 rebuild
e167e9
e167e9
* Tue Jul 09 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-4
e167e9
- do not use -b for manual page fixes
e167e9
e167e9
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-3
e167e9
- fix README.rpm-dist for the bug (#969050)
e167e9
- replace hard-wired path with %%{_datadir}
e167e9
e167e9
* Thu Jun 13 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-3
e167e9
- add atomic operations support for aarch64 to preupgrade version also (#970661)
e167e9
- apply the forgotten man-page-day patch (#948933)
e167e9
e167e9
* Thu Jun 13 2013 Jan Stanek <jstanek@redhat.com> - 9.2.4-3
e167e9
- added patch for manual pages (#948933)
e167e9
e167e9
* Tue Jun 11 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-2
e167e9
- postgresql-setup: don't create whole path to server's data to make sure that
e167e9
  the parent directory has correct permissions (#972425)
e167e9
e167e9
* Wed Jun 05 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-2
e167e9
- fix rpmlint warnings
e167e9
- fix aarch64 build by defining missing atomic operations (#970661)
e167e9
e167e9
* Thu Apr  4 2013 Tom Lane <tgl@redhat.com> 9.2.4-1
e167e9
- Update to PostgreSQL 9.2.4, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.2/static/release-9-2-4.html
e167e9
  including the fixes for CVE-2013-1899, CVE-2013-1900, CVE-2013-1901
e167e9
Resolves: #929223, #929255, #929328
e167e9
- fix build for aarch64 and ppc64p7
e167e9
e167e9
* Thu Feb  7 2013 Tom Lane <tgl@redhat.com> 9.2.3-1
e167e9
- Update to PostgreSQL 9.2.3, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.2/static/release-9-2-3.html
e167e9
  including the fix for CVE-2013-0255
e167e9
Resolves: #908722
e167e9
- Make the package build with selinux option disabled
e167e9
Resolves: #894367
e167e9
- Include old version of pg_controldata in postgresql-upgrade subpackage
e167e9
Related: #896161
e167e9
e167e9
* Thu Jan  3 2013 Tom Lane <tgl@redhat.com> 9.2.2-3
e167e9
- Prevent creation of TCP socket during pg_upgrade regression test, so that
e167e9
  concurrent RPM builds on the same machine won't fail
e167e9
Resolves: #891531
e167e9
- Make sure $PGDATA/pg_log/ gets the right SELinux label in postgresql-setup
e167e9
Resolves: #891547
e167e9
e167e9
* Wed Dec 19 2012 Tom Lane <tgl@redhat.com> 9.2.2-2
e167e9
- Make building of plpython3 dependent on Fedora version, per guidelines
e167e9
Resolves: #888419
e167e9
e167e9
* Thu Dec  6 2012 Tom Lane <tgl@redhat.com> 9.2.2-1
e167e9
- Update to PostgreSQL 9.2.2, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.2/static/release-9-2-2.html
e167e9
- Use new systemd install/uninstall trigger macros conditionally,
e167e9
  so that package can still be installed on pre-F18 branches
e167e9
e167e9
* Mon Sep 24 2012 Tom Lane <tgl@redhat.com> 9.2.1-1
e167e9
- Update to PostgreSQL 9.2.1, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.2/static/release-9-2-1.html
e167e9
  including a nasty data-loss bug
e167e9
- Adopt new systemd macros for server package install/uninstall triggers
e167e9
Resolves: #850277
e167e9
e167e9
* Mon Sep 10 2012 Tom Lane <tgl@redhat.com> 9.2.0-1
e167e9
- Update to PostgreSQL 9.2.0 (major version bump);
e167e9
  in-place upgrade support now works from 9.1.x as the previous version
e167e9
- Add postgresql-plpython3 subpackage with PL/Python built against Python 3
e167e9
e167e9
* Tue Aug 28 2012 Tom Lane <tgl@redhat.com> 9.1.5-2
e167e9
- Remove unnecessary ldconfig calls in pre/post triggers
e167e9
Resolves: #849344
e167e9
e167e9
* Fri Aug 17 2012 Tom Lane <tgl@redhat.com> 9.1.5-1
e167e9
- Update to PostgreSQL 9.1.5, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.1/static/release-9-1-5.html
e167e9
  including the fixes for CVE-2012-3488, CVE-2012-3489
e167e9
e167e9
* Mon Aug 13 2012 Tom Lane <tgl@redhat.com> 9.1.4-5
e167e9
- Back-port upstream support for postmaster listening on multiple Unix sockets
e167e9
- Configure postmaster to create sockets in both /var/run/postgresql and /tmp;
e167e9
  the former is now the default place for libpq to contact the postmaster.
e167e9
Resolves: #825448
e167e9
- Annotate postgresql.conf about not setting port number there
e167e9
- Minor specfile cleanup per suggestions from Tom Callaway
e167e9
Related: #845110
e167e9
e167e9
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.4-4
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e167e9
e167e9
* Sat Jul 14 2012 Tom Lane <tgl@redhat.com> 9.1.4-3
e167e9
- Update code to use oom_score_adj not oom_adj, thereby suppressing
e167e9
  whining in the kernel log
e167e9
- Add "legacy action" scripts to support "service postgresql initdb" and
e167e9
  "service postgresql upgrade" in a now-approved fashion (requires a
e167e9
  recent version of initscripts to work)
e167e9
Resolves: #800416
e167e9
e167e9
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 9.1.4-2
e167e9
- Perl 5.16 rebuild
e167e9
e167e9
* Mon Jun  4 2012 Tom Lane <tgl@redhat.com> 9.1.4-1
e167e9
- Update to PostgreSQL 9.1.4, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.1/static/release-9-1-4.html
e167e9
  including the fixes for CVE-2012-2143, CVE-2012-2655
e167e9
Resolves: #826606
e167e9
- Update previous version (embedded in postgresql-upgrade) to 9.0.8
e167e9
  because fix in whole-row variable dumping could be needed for upgrades
e167e9
- Revert fix for bug #800416, per fedora-packaging discussion at
e167e9
  http://lists.fedoraproject.org/pipermail/packaging/2012-April/008314.html
e167e9
  "service postgresql initdb" is dead and will stay that way
e167e9
e167e9
* Sat Mar 17 2012 Tom Lane <tgl@redhat.com> 9.1.3-3
e167e9
- Fix postgresql-setup to rely on systemd to parse the unit file, instead
e167e9
  of using ad-hoc code
e167e9
Resolves: #804290
e167e9
e167e9
* Tue Mar 13 2012 Tom Lane <tgl@redhat.com> 9.1.3-2
e167e9
- Fix postgresql-setup to look for unit file in /usr/lib and to ignore
e167e9
  comments therein
e167e9
Resolves: #802835
e167e9
- Resurrect a now-mostly-dummy postgresql init script, so that people can
e167e9
  keep on using "service postgresql initdb" if they wish
e167e9
Resolves: #800416
e167e9
e167e9
* Mon Feb 27 2012 Tom Lane <tgl@redhat.com> 9.1.3-1
e167e9
- Update to PostgreSQL 9.1.3, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.1/static/release-9-1-3.html
e167e9
  including the fixes for CVE-2012-0866, CVE-2012-0867, CVE-2012-0868
e167e9
Resolves: #797918
e167e9
e167e9
* Mon Jan  9 2012 Tom Lane <tgl@redhat.com> 9.1.2-2
e167e9
- Make systemd unit file more user-friendly by resurrecting the old init
e167e9
  script's checks for data directory presence and version match
e167e9
Resolves: #771496
e167e9
e167e9
* Mon Dec  5 2011 Tom Lane <tgl@redhat.com> 9.1.2-1
e167e9
- Update to PostgreSQL 9.1.2, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.1/static/release-9-1-2.html
e167e9
e167e9
* Wed Nov 02 2011 Honza Horak <hhorak@redhat.com> 9.1.1-2
e167e9
- Create a symlink of pg_regress instead of full copy;
e167e9
  Don't strip symbols from regress libs
e167e9
Related: #729012
e167e9
e167e9
* Mon Sep 26 2011 Tom Lane <tgl@redhat.com> 9.1.1-1
e167e9
- Update to PostgreSQL 9.1.1, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.1/static/release-9-1-1.html
e167e9
- Enable build (but not test) of contrib/sepgsql
e167e9
- Clean up specfile build options so that turning options off works again
e167e9
e167e9
* Mon Sep 12 2011 Tom Lane <tgl@redhat.com> 9.1.0-1
e167e9
- Update to PostgreSQL 9.1.0 (major version bump);
e167e9
  in-place upgrade support now works from 9.0.x as the previous version
e167e9
e167e9
* Wed Jul 27 2011 Tom Lane <tgl@redhat.com> 9.0.4-8
e167e9
- Convert to systemd startup support
e167e9
Resolves: #696427
e167e9
e167e9
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 9.0.4-7
e167e9
- Perl mass rebuild
e167e9
e167e9
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 9.0.4-6
e167e9
- Perl mass rebuild
e167e9
e167e9
* Wed Jul  6 2011 Tom Lane <tgl@redhat.com> 9.0.4-5
e167e9
- Remove erroneously-included Default-Start line from LSB init block
e167e9
Related: #717024
e167e9
e167e9
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> 9.0.4-4
e167e9
- Perl mass rebuild
e167e9
- incorporate upstream patch to make it build with Perl 5.14
e167e9
e167e9
* Fri Jun 10 2011 Tom Lane <tgl@redhat.com> 9.0.4-3
e167e9
- Work around gcc 4.6.0 bug (temporary backport from next upstream release)
e167e9
e167e9
* Tue May 10 2011 Tom Lane <tgl@redhat.com> 9.0.4-2
e167e9
- Add LSB init block to initscript, to ensure sane ordering at system boot
e167e9
Resolves: #703215
e167e9
e167e9
* Mon Apr 18 2011 Tom Lane <tgl@redhat.com> 9.0.4-1
e167e9
- Update to PostgreSQL 9.0.4, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.0/static/release-9-0-4.html
e167e9
- Add %%{?_isa} to cross-subpackage Requires, per latest packaging guidelines
e167e9
e167e9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-3
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e167e9
e167e9
* Thu Feb  3 2011 Tom Lane <tgl@redhat.com> 9.0.3-2
e167e9
- Remove filter-requires-perl-Pg.sh, which doesn't seem to be needed now that
e167e9
  PyGreSQL has been split out; and our use of it isn't compatible with rpm 4.9
e167e9
  anyway
e167e9
e167e9
* Tue Feb  1 2011 Tom Lane <tgl@redhat.com> 9.0.3-1
e167e9
- Update to PostgreSQL 9.0.3, for various fixes described at
e167e9
  http://www.postgresql.org/docs/9.0/static/release-9-0-3.html
e167e9
  including the fix for CVE-2010-4015
e167e9
Resolves: #674296
e167e9
e167e9
* Tue Dec 28 2010 Tom Lane <tgl@redhat.com> 9.0.2-1
e167e9
- Update to PostgreSQL 9.0.2 (major version bump)
e167e9
- Create infrastructure for in-place database upgrade using pg_upgrade
e167e9
Resolves: #398221
e167e9
e167e9
* Thu Dec 16 2010 Tom Lane <tgl@redhat.com> 8.4.6-1
e167e9
- Update to PostgreSQL 8.4.6, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-6.html
e167e9
- Ensure we don't package any .gitignore files from the source tarball
e167e9
Related: #642210
e167e9
e167e9
* Tue Oct  5 2010 Tom Lane <tgl@redhat.com> 8.4.5-1
e167e9
- Update to PostgreSQL 8.4.5, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-5.html
e167e9
  including the fix for CVE-2010-3433
e167e9
Related: #639371
e167e9
- Add -p "$pidfile" to initscript's status call to improve corner cases.
e167e9
Related: #561010
e167e9
e167e9
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 8.4.4-3
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
e167e9
- Duplicate COPYRIGHT in -libs subpackage, per revised packaging guidelines
e167e9
e167e9
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 8.4.4-2
e167e9
- Mass rebuild with perl-5.12.0
e167e9
e167e9
* Mon May 17 2010 Tom Lane <tgl@redhat.com> 8.4.4-1
e167e9
- Update to PostgreSQL 8.4.4, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-4.html
e167e9
  including fixes for CVE-2010-1169 and CVE-2010-1170
e167e9
Resolves: #593032
e167e9
e167e9
* Sun Mar 14 2010 Tom Lane <tgl@redhat.com> 8.4.3-1
e167e9
- Update to PostgreSQL 8.4.3, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-3.html
e167e9
e167e9
* Mon Feb 22 2010 Tom Lane <tgl@redhat.com> 8.4.2-8
e167e9
- Bring init script into some modicum of compliance with Fedora/LSB standards
e167e9
Resolves: #201043
e167e9
e167e9
* Thu Feb 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.4.2-7
e167e9
- adjust license tag to reflect OSI decision
e167e9
e167e9
* Tue Jan 26 2010 Tom Lane <tgl@redhat.com> 8.4.2-6
e167e9
- Emit explicit error message if user tries to build RPM as root
e167e9
Related: #558921
e167e9
e167e9
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 8.4.2-5
e167e9
- Latest version of systemtap needs the probes.o file to be built again
e167e9
Resolves: #557266
e167e9
- Provide script and instructions for building the documentation PDF
e167e9
e167e9
* Mon Jan 11 2010 Tom Lane <tgl@redhat.com> 8.4.2-4
e167e9
- Arrange for the postmaster, but not any of its child processes, to be run
e167e9
  with oom_adj -17.  This compensates for the OOM killer not being smart about
e167e9
  accounting for shared memory usage.
e167e9
e167e9
* Sat Jan  9 2010 Tom Lane <tgl@redhat.com> 8.4.2-3
e167e9
- Remove the postgresql-python and postgresql-tcl subpackages.  These files
e167e9
  are now broken out as their own packages (PyGreSQL and tcl-pgtcl,
e167e9
  respectively), to reflect the now longstanding split of upstream projects.
e167e9
Related: #452306, #452321
e167e9
e167e9
* Tue Jan  5 2010 Tom Lane <tgl@redhat.com> 8.4.2-2
e167e9
- Remove static libraries (.a files) from package, per packaging guidelines
e167e9
- Change %%define to %%global, per packaging guidelines
e167e9
e167e9
* Wed Dec 16 2009 Tom Lane <tgl@redhat.com> 8.4.2-1
e167e9
- Update to PostgreSQL 8.4.2, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-2.html
e167e9
  including two security issues
e167e9
Related: #546321
e167e9
Related: #547662
e167e9
- Use -N not the obsolete -n in useradd call
e167e9
Resolves: #495727
e167e9
- Clean up specfile to eliminate rpmlint gripes, mainly by removing
e167e9
  no-longer-needed provisions for superseding rh-postgresql
e167e9
e167e9
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 8.4.1-5
e167e9
- rebuild against perl 5.10.1
e167e9
e167e9
* Thu Oct 15 2009 Tom Lane <tgl@redhat.com> 8.4.1-4
e167e9
- add sparc/sparc64 to multilib header support
e167e9
e167e9
* Mon Sep 21 2009 Tom Lane <tgl@redhat.com> 8.4.1-3
e167e9
- Ensure pgstartup.log gets the right ownership/permissions during initdb
e167e9
Resolves: #498959
e167e9
e167e9
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.1-2
e167e9
- Use password-auth common PAM configuration instead of system-auth
e167e9
e167e9
* Wed Sep  9 2009 Tom Lane <tgl@redhat.com> 8.4.1-1
e167e9
- Update to PostgreSQL 8.4.1, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4-1.html
e167e9
  including two security issues
e167e9
Related: #522085
e167e9
Related: #522092
e167e9
e167e9
* Tue Sep 01 2009 Karsten Hopp <karsten@redhat.com> 8.4.0-3.2
e167e9
- bump release and build again with the correct libssl
e167e9
e167e9
* Tue Sep 01 2009 Karsten Hopp <karsten@redhat.com> 8.4.0-3.1
e167e9
- disable dtrace on s390x as a workaround until #520469 has been fixed
e167e9
e167e9
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.0-3
e167e9
- rebuilt with new openssl
e167e9
e167e9
* Thu Aug 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> 8.4.0-2
e167e9
- update License tag to MIT (PostgreSQL calls it "BSD", but it is MIT)
e167e9
- Note: This changes nothing from a license compatibility perspective.
e167e9
e167e9
* Mon Aug 17 2009 Tom Lane <tgl@redhat.com> 8.4.0-1
e167e9
- Update to PostgreSQL 8.4.0.  See release notes at
e167e9
  http://www.postgresql.org/docs/8.4/static/release-8-4.html
e167e9
e167e9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3.7-2
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e167e9
e167e9
* Sat Mar 21 2009 Tom Lane <tgl@redhat.com> 8.3.7-1
e167e9
- Update to PostgreSQL 8.3.7, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.3/static/release-8-3-7.html
e167e9
  notably the fix for CVE-2009-0922
e167e9
e167e9
* Tue Mar 10 2009 Tom Lane <tgl@redhat.com> 8.3.6-4
e167e9
- Prevent dependent packages from needing to include sys/sdt.h
e167e9
  (unintended side effect of previous patch)
e167e9
- Use -O1 on alpha, per report from Oliver Falk; -O2 tickles gcc bugs
e167e9
e167e9
* Sun Mar  8 2009 Tom Lane <tgl@redhat.com> 8.3.6-3
e167e9
- Enable tracing via systemtap
e167e9
Resolves: #488941
e167e9
e167e9
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3.6-2
e167e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e167e9
e167e9
* Sat Feb  7 2009 Tom Lane <tgl@redhat.com> 8.3.6-1
e167e9
- Update to PostgreSQL 8.3.6, for various fixes described at
e167e9
  http://www.postgresql.org/docs/8.3/static/release-8-3-6.html
e167e9
e167e9
* Wed Jan 21 2009 Dennis Gilmore <dennis@ausil.us> 8.3.5-4
e167e9
- use -O1 on sparc64
e167e9
e167e9
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 8.3.5-3
e167e9
- rebuild with new openssl
e167e9
e167e9
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 8.3.5-2
e167e9
- Rebuild for Python 2.6
e167e9
e167e9
* Sun Nov  2 2008 Tom Lane <tgl@redhat.com> 8.3.5-1
e167e9
- Update to PostgreSQL 8.3.5.
e167e9
- Improve display from init script's initdb action, per Michael Schwendt
e167e9
e167e9
* Thu Sep 25 2008 Tom Lane <tgl@redhat.com> 8.3.4-1
e167e9
- Update to PostgreSQL 8.3.4.
e167e9
e167e9
* Mon Jul 28 2008 Tom Lane <tgl@redhat.com> 8.3.3-3
e167e9
- Fix build failure caused by new default patch fuzz = 0 policy in rawhide.
e167e9
e167e9
* Fri Jun 20 2008 Tom Lane <tgl@redhat.com> 8.3.3-2
e167e9
- Install Pgtcl in /usr/lib/tcl$TCL_VERSION, not directly in /usr/lib.
e167e9
  Needed because tcl 8.5 no longer puts /usr/lib into its package search path.
e167e9
  NOTE: do not back-port this change into branches using pre-8.5 tcl, because
e167e9
  /usr/lib/tcl8.4 had been a symlink to /usr/share/tcl8.4, and /usr/share
e167e9
  is exactly where we must not put Pgtcl.
e167e9
Resolves: #228263
e167e9
e167e9
* Wed Jun 11 2008 Tom Lane <tgl@redhat.com> 8.3.3-1
e167e9
- Update to PostgreSQL 8.3.3.
e167e9
- Remove postgresql-prefer-ncurses.patch, no longer needed in recent
e167e9
  Fedora releases because libtermcap is gone.
e167e9
e167e9
* Sat May 17 2008 Tom Lane <tgl@redhat.com> 8.3.1-5
e167e9
- rebuild because of buildsystem hiccup
e167e9
e167e9
* Sat May 17 2008 Tom Lane <tgl@redhat.com> 8.3.1-4
e167e9
- Enable LDAP support
e167e9
Resolves: #445315
e167e9
- Use -Wl,--as-needed to suppress bogus dependencies for libraries that
e167e9
  are really only needed by some of the subpackages
e167e9
e167e9
* Mon Apr 28 2008 Tom Lane <tgl@redhat.com> 8.3.1-3
e167e9
- Fix build breakage on PPC due to incorrect configure test
e167e9
Related: #444317
e167e9
e167e9
* Sat Apr 26 2008 Tom Lane <tgl@redhat.com> 8.3.1-2
e167e9
- Clean up cross-subpackage Requires: to ensure that updating any one
e167e9
  subpackage brings in the matching versions of others.
e167e9
Resolves: #444271
e167e9
e167e9
* Tue Mar 25 2008 Tom Lane <tgl@redhat.com> 8.3.1-1
e167e9
- Update to PostgreSQL 8.3.1.
e167e9
e167e9
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 8.3.0-3
e167e9
- add Requires for versioned perl (libperl.so)
e167e9
e167e9
* Wed Feb  6 2008 Tom Lane <tgl@redhat.com> 8.3.0-2
e167e9
- Enable the new GSSAPI support in 8.3.0.
e167e9
e167e9
* Mon Feb  4 2008 Tom Lane <tgl@redhat.com> 8.3.0-1
e167e9
- Update to PostgreSQL 8.3.0.
e167e9
e167e9
* Fri Jan 18 2008 Tom Lane <tgl@redhat.com> 8.3RC2-1
e167e9
- Update to PostgreSQL 8.3RC2 (not waiting for 8.3.0 because Fedora 9 alpha
e167e9
  should be 8.3-based not 8.2-based).
e167e9
- Update to pgtcl 1.6.2
e167e9
e167e9
* Mon Jan  7 2008 Tom Lane <tgl@redhat.com> 8.2.6-1
e167e9
- Update to PostgreSQL 8.2.6 to fix CVE-2007-4769, CVE-2007-4772,
e167e9
  CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
e167e9
- Make initscript and pam config files be installed unconditionally;
e167e9
  seems new buildroots don't necessarily have those directories in place
e167e9
e167e9
* Wed Dec  5 2007 Tom Lane <tgl@redhat.com> 8.2.5-2
e167e9
- Rebuild for new openssl
e167e9
e167e9
* Thu Sep 20 2007 Tom Lane <tgl@redhat.com> 8.2.5-1
e167e9
- Update to PostgreSQL 8.2.5 and pgtcl 1.6.0
e167e9
e167e9
* Tue Sep  4 2007 Tom Lane <tgl@redhat.com> 8.2.4-6
e167e9
- Fix multilib problem for /usr/include/ecpg_config.h (which is new in 8.2.x)
e167e9
e167e9
* Sat Aug 25 2007 Tom Lane <tgl@redhat.com> 8.2.4-5
e167e9
- Use nicer solution for tzdata file substitution: upstream discussion
e167e9
  concluded that hardwiring the path was better than a symlink after all.
e167e9
e167e9
* Wed Aug 22 2007 Tom Lane <tgl@redhat.com> 8.2.4-4
e167e9
- Use tzdata package's data files instead of private copy, so that
e167e9
  postgresql-server need not be turned for routine timezone updates
e167e9
- Don't remove postgres user/group during RPM uninstall, per Fedora
e167e9
  packaging guidelines
e167e9
- Seems we need an explicit BuildRequires on gawk now
e167e9
- Rebuild to fix Fedora toolchain issues
e167e9
e167e9
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 8.2.4-3
e167e9
- Recent perl changes in rawhide mean we need a more specific BuildRequires
e167e9
e167e9
* Wed Jun 20 2007 Tom Lane <tgl@redhat.com> 8.2.4-2
e167e9
- Fix oversight in postgresql-test makefile: pg_regress isn't a shell script
e167e9
  anymore.  Per upstream bug 3398.
e167e9
e167e9
* Tue Apr 24 2007 Tom Lane <tgl@redhat.com> 8.2.4-1
e167e9
- Update to PostgreSQL 8.2.4 for CVE-2007-2138, data loss bugs
e167e9
Resolves: #237682
e167e9
e167e9
* Wed Feb 14 2007 Karsten Hopp <karsten@redhat.com> 8.2.3-2
e167e9
- rebuild with tcl-8.4
e167e9
e167e9
* Wed Feb  7 2007 Tom Lane <tgl@redhat.com> 8.2.3-1
e167e9
- Update to PostgreSQL 8.2.3 due to regression induced by security fix
e167e9
Resolves: #227522
e167e9
e167e9
* Sun Feb  4 2007 Tom Lane <tgl@redhat.com> 8.2.2-1
e167e9
- Update to PostgreSQL 8.2.2 to fix CVE-2007-0555, CVE-2007-0556
e167e9
Related: #225496
e167e9
e167e9
* Fri Jan 12 2007 Tom Lane <tgl@redhat.com> 8.2.1-2
e167e9
- Split -pl subpackage into three new packages to reduce dependencies
e167e9
  and track upstream project's packaging.
e167e9
e167e9
* Wed Jan 10 2007 Tom Lane <tgl@redhat.com> 8.2.1-1
e167e9
- Update to PostgreSQL 8.2.1
e167e9
- Update to pgtcl 1.5.3
e167e9
- Be sure we link to libncurses, not libtermcap which is disappearing in Fedora
e167e9
e167e9
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 8.2.0-2
e167e9
- rebuild for python 2.5
e167e9
e167e9
* Mon Dec  4 2006 Tom Lane <tgl@redhat.com> 8.2.0-1
e167e9
- Update to PostgreSQL 8.2.0
e167e9
- Update to PyGreSQL 3.8.1
e167e9
- Fix chcon arguments in test/regress/Makefile
e167e9
Related: #201035
e167e9
- Adjust init script to not fool /etc/rc.d/rc
e167e9
Resolves: #161470
e167e9
- Change init script to not do initdb automatically, but require
e167e9
  manual "service postgresql initdb" for safety.  Per upstream discussions.
e167e9
e167e9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.1.4-1.1
e167e9
- rebuild
e167e9
e167e9
* Mon May 22 2006 Tom Lane <tgl@redhat.com> 8.1.4-1
e167e9
- Update to PostgreSQL 8.1.4 (includes fixes for CVE-2006-2313, CVE-2006-2314;
e167e9
  see bug #192173)
e167e9
- Update to PyGreSQL 3.8
e167e9
- Suppress noise from chcon, per bug #187744
e167e9
e167e9
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 8.1.3-2
e167e9
- Remove JDBC from this build; we will package it as separate SRPM
e167e9
e167e9
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 8.1.3-1.1
e167e9
- rebump for build order issues during double-long bump
e167e9
e167e9
* Mon Feb 13 2006 Tom Lane <tgl@redhat.com> 8.1.3-1
e167e9
- Update to PostgreSQL 8.1.3 (fixes bug #180617, CVE-2006-0553)
e167e9
- Update to jdbc driver build 405
e167e9
- Modify multilib header hack to not break non-RH arches, per bug #177564
e167e9
e167e9
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.1.2-1.1
e167e9
- rebuilt for new gcc4.1 snapshot and glibc changes
e167e9
e167e9
* Mon Jan  9 2006 Tom Lane <tgl@redhat.com> 8.1.2-1
e167e9
- Update to PostgreSQL 8.1.2
e167e9
- Repair extraneous quote in pgtcl configure script ... odd that bash
e167e9
  didn't use to spit up on this.
e167e9
e167e9
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 8.1.1-3
e167e9
- fix pg_config.h for 64-bit and ppc platforms
e167e9
- update Makefile.regress (needs to --load-language=plpgsql)
e167e9
e167e9
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 8.1.1-2
e167e9
- oops, looks like we want uname -i not uname -m
e167e9
e167e9
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 8.1.1-1
e167e9
- Update to PostgreSQL 8.1.1
e167e9
- Make pg_config.h architecture-independent for multilib installs;
e167e9
  put the original pg_config.h into pg_config_$ARCH.h
e167e9
e167e9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e167e9
- rebuilt
e167e9
e167e9
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 8.1.0-4
e167e9
- Update included PDF-format manual to 8.1.
e167e9
e167e9
* Wed Nov  9 2005 Tom Lane <tgl@redhat.com> 8.1.0-3
e167e9
- Rebuild due to openssl library update.
e167e9
e167e9
* Wed Nov  9 2005 Tom Lane <tgl@redhat.com> 8.1.0-2
e167e9
- Rebuild due to openssl library update.
e167e9
e167e9
* Mon Nov  7 2005 Tom Lane <tgl@redhat.com> 8.1.0-1
e167e9
- Update to PostgreSQL 8.1.0, PyGreSQL 3.7, and jdbc driver build 404
e167e9
- Fix PAM config file (must have account not only auth) (bug #167040)
e167e9
- Add BuildPrereq: libxslt-devel (bug #170141)
e167e9
- Sync with PGDG SRPM as much as feasible
e167e9
e167e9
* Fri Oct 14 2005 Tomas Mraz <tmraz@redhat.com>
e167e9
- use include instead of pam_stack in pam config
e167e9
e167e9
* Tue Oct  4 2005 Tom Lane <tgl@redhat.com> 8.0.4-2
e167e9
- Add rpath to plperl.so (bug #162198)
e167e9
e167e9
* Tue Oct  4 2005 Tom Lane <tgl@redhat.com> 8.0.4-1
e167e9
- Update to PostgreSQL 8.0.4, PyGreSQL 3.6.2, and jdbc driver build 312
e167e9
- Adjust pgtcl link command to ensure it binds to correct libpq (bug #166665)
e167e9
- Remove obsolete Conflicts: against other python versions (bug #166754)
e167e9
- Add /etc/pam.d/postgresql (bug #167040)
e167e9
- Include contrib/xml2 in build (bug #167492)
e167e9
e167e9
* Tue May 10 2005 Tom Lane <tgl@redhat.com> 8.0.3-1
e167e9
- Update to PostgreSQL 8.0.3 (includes security and data-loss fixes; see
e167e9
  bz#156727, CAN-2005-1409, CAN-2005-1410)
e167e9
- Update to jdbc driver build 311
e167e9
- Recreate postgres user after superseding an rh-postgresql install (bug #151911)
e167e9
- Ensure postgresql server is restarted if running during an upgrade
e167e9
e167e9
* Thu Apr 14 2005 Florian La Roche <laroche@redhat.com> 8.0.2-2
e167e9
- rebuild for postgresql-tcl
e167e9
e167e9
* Tue Apr 12 2005 Tom Lane <tgl@redhat.com> 8.0.2-1
e167e9
- Update to PostgreSQL 8.0.2.
e167e9
e167e9
* Fri Mar 11 2005 Tom Lane <tgl@redhat.com> 8.0.1-5
e167e9
- Remove unwanted rpath specification from pgtcl (bz#150649)
e167e9
e167e9
* Wed Mar  2 2005 Tom Lane <tgl@redhat.com> 8.0.1-4
e167e9
- Attach Obsoletes: declarations for rh-postgresql to subpackages (bz#144435)
e167e9
- Make Requires: and Prereq: package linkages specify release not only
e167e9
  version, as per recent mailing list discussion.
e167e9
e167e9
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 8.0.1-3
e167e9
- rebuild with openssl-0.9.7e
e167e9
e167e9
* Mon Feb 21 2005 Tom Lane <tgl@redhat.com> 8.0.1-2
e167e9
- Repair improper error message in init script when PGVERSION doesn't match.
e167e9
- Arrange for auto update of version embedded in init script.
e167e9
e167e9
* Sun Jan 30 2005 Tom Lane <tgl@redhat.com> 8.0.1-1
e167e9
- Update to PostgreSQL 8.0.1.
e167e9
- Add versionless symlinks to jar files (bz#145744)
e167e9
e167e9
* Wed Jan 19 2005 Tom Lane <tgl@redhat.com> 8.0.0-1
e167e9
- Update to PostgreSQL 8.0.0, PyGreSQL 3.6.1, pgtcl 1.5.2,
e167e9
  and jdbc driver build 309.
e167e9
- Extensive cleanout of obsolete cruft in patch set.
e167e9
- Regression tests are run during RPM build (NOTE: cannot build as root when
e167e9
  this is enabled).
e167e9
- Postmaster stderr goes someplace useful, not /dev/null (bz#76503, #103767)
e167e9
- Make init script return a useful exit status (bz#80782)
e167e9
- Move docs' tutorial directory to %%{_libdir}/pgsql/tutorial, since it
e167e9
  includes .so files that surely do not belong under /usr/share.
e167e9
- Remove useless .sgml files from docs RPM (bz#134450)
e167e9
- Put regression tests under /usr/lib64 on 64-bit archs, since .so files
e167e9
  are not architecture-independent.
e167e9
e167e9
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 7.4.6-5
e167e9
- Rebuilt for new readline.
e167e9
e167e9
* Tue Jan 11 2005 Dan Walsh <dwalsh@redhat.com> 7.4.6-4
e167e9
- Add restorecon to postgresql.init in order to restore database to correct
e167e9
- SELinux context.
e167e9
e167e9
* Thu Dec 16 2004 Tom Lane <tgl@redhat.com> 7.4.6-3
e167e9
- Update to PyGreSQL 3.6 (to fix bug #142711)
e167e9
- Adjust a few file permissions (bug #142431)
e167e9
- Assign %%{_libdir}/pgsql to base package instead of -server (bug #74003)
e167e9
e167e9
* Mon Nov 15 2004 Tom Lane <tgl@redhat.com> 7.4.6-2
e167e9
- Rebuild so python components play with python 2.4 (bug 139160)
e167e9
e167e9
* Sat Oct 23 2004 Tom Lane <tgl@redhat.com> 7.4.6-1
e167e9
- Update to PostgreSQL 7.4.6 (bugs 136947, 136949)
e167e9
- Make init script more paranoid about mkdir step of initializing a new
e167e9
  database (bugs 136947, 136949)
e167e9
e167e9
* Wed Oct 20 2004 Tom Lane <tgl@redhat.com> 7.4.5-4
e167e9
- Remove contrib/oidjoins stuff from installed fileset; it's of no use
e167e9
  to ordinary users and has a security issue (bugs 136300, 136301)
e167e9
- adjust chkconfig priority (bug 128852)
e167e9
e167e9
* Tue Oct 05 2004 Tom Lane <tgl@redhat.com> 7.4.5-3
e167e9
- Solve the stale lockfile problem (bugs 71295, 96981, 134090)
e167e9
- Use runuser instead of su for SELinux (bug 134588)
e167e9
e167e9
* Mon Aug 30 2004 Tom Lane <tgl@redhat.com> 7.4.5-2
e167e9
- Update to PyGreSQL 3.5.
e167e9
e167e9
* Tue Aug 24 2004 Tom Lane <tgl@redhat.com> 7.4.5-1
e167e9
- Update to PostgreSQL 7.4.5.
e167e9
- Update JDBC jars to driver build 215.
e167e9
- Add Obsoletes: entries for rh-postgresql packages, per bug 129278.
e167e9
e167e9
* Sat Jul 10 2004 Tom Lane <tgl@redhat.com> 7.4.3-3
e167e9
- Undo ill-considered chkconfig change that causes server to start
e167e9
  immediately upon install.  Mea culpa (bug 127552).
e167e9
e167e9
* Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2
e167e9
- Update JDBC jars to driver build 214.
e167e9
e167e9
* Wed Jun 23 2004 Tom Lane <tgl@redhat.com> 7.4.3-1
e167e9
- Update to PostgreSQL 7.4.3.
e167e9
- Uninstalling server RPM stops postmaster first, per bug 114846.
e167e9
- Fix su commands to not assume PG user's shell is sh-like, per bug 124024.
e167e9
- Fix permissions on postgresql-python doc files, per bug 124822.
e167e9
- Minor postgresql.init improvements.
e167e9
e167e9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e167e9
- rebuilt
e167e9
e167e9
* Wed Mar 10 2004 Tom Lane <tgl@redhat.com> 7.4.2-1
e167e9
- Update to PostgreSQL 7.4.2; sync with community SRPM as much as possible.
e167e9
- Support PGOPTS from /etc/sysconfig/pgsql, per bug 111504.
e167e9
- Fix permissions on /etc/sysconfig/pgsql, per bug 115278.
e167e9
- SELinux patch in init file: always su 
e167e9
- Rebuilt
e167e9
e167e9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e167e9
- rebuilt
e167e9
e167e9
* Wed Feb 25 2004 Tom Lane <tgl@redhat.com>
e167e9
- Update to PostgreSQL 7.4.1.
e167e9
- Rebuilt
e167e9
e167e9
* Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
e167e9
- Fix chown syntax in postgresql.init also.
e167e9
- Rebuilt
e167e9
e167e9
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
e167e9
- Use ':' instead of '.' as separator for chown.
e167e9
e167e9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e167e9
- rebuilt
e167e9
e167e9
* Fri Jan 9 2004 Lamar Owen <lowen@pari.edu>
e167e9
- 7.4.1-1PGDG
e167e9
- Merge Sander Steffann's changes up to 7.4-0.5PGDG
e167e9
- Proper 7.4.1 JDBC jars this time.
e167e9
- Patch for no pl/python from Alvaro
e167e9
e167e9
* Fri Dec 05 2003 David Jee <djee@redhat.com> 7.4-5
e167e9
- Rebuild for Perl 5.8.2.
e167e9
e167e9
* Mon Dec 01 2003 David Jee <djee@redhat.com> 7.4-4
e167e9
- Add PyGreSQL patch for deprecated column pg_type.typprtlen [Bug #111263]
e167e9
- Add headers patch which moves ecpg headers to /usr/include/ecpg
e167e9
  [Bug #111195]
e167e9
e167e9
* Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-3
e167e9
- uncomment buildrequires tcl-devel
e167e9
e167e9
* Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-2
e167e9
- rebuild
e167e9
e167e9
* Mon Nov 24 2003 David Jee <djee@redhat.com> 7.4-1
e167e9
- initial Red Hat build
e167e9
- move jars to /usr/share/java
e167e9
- fix rpm-multilib patch to use sysconfig
e167e9
e167e9
* Fri Nov 21 2003 Lamar Owen <lowen@pari.edu> <lamar.owen@wgcr.org>
e167e9
- 7.4-0.1PGDG
e167e9
- Development JDBC jars in addition to the 7.3 jars; will replace the
e167e9
- 7.3 jars once 7.4 official jars are released.
e167e9
- Changed to use the bzip2 source to save a little size.
e167e9
- Removed some commented out portions of the specfile.
e167e9
- Removed the 7.3.4 PDF docs.  Will replace with 7.4 PDF's once they
e167e9
- are ready.
e167e9
e167e9
* Tue Nov 18 2003 Kaj J. Niemi <kajtzu@fi.basen.net> 7.4-0.1
e167e9
- 7.4
e167e9
- Fixed Patch #1 (now rpm-pgsql-7.4.patch)
e167e9
- Fixed Patch #2 (now rpm-multilib-7.4.patch):
e167e9
- Patch #4 is unnecessary (upstream)
e167e9
- Fixed Patch #6 (now postgresql-7.4-src-tutorial.patch)
e167e9
- Added Patch #8 (postgresql-7.4-com_err.patch) as com_err()
e167e9
  is provided by e2fsprogs and CPPFLAGS gets lost somewhere
e167e9
  inside configure (bad macro?)
e167e9
- No 7.4 PDF docs available yet (Source #17)
e167e9
- PyGreSQL is separated from the upstream distribution but
e167e9
  we include it as usual (Source #18)
e167e9
- Default to compiling libpq and ECPG as fully thread-safe
e167e9
e167e9
- 7.4 Origin.  See previous spec files for previous history. Adapted
e167e9
- from Red Hat and PGDG's 7.3.4 RPM, directly descended from 
e167e9
- postgresql-7.3.4-2 as shipped in Fedora Core 1.