PostgreSQL client programs
Go to file
Pavel Raiskup 36a141a4c0 spec: drop the old %beta hack about %__os_install_post
This always was broken and the %__os_install_post macro was
redefined also for non-beta builds;  that's because
%{?x:%global y z} defines %y even when %x is zero.

If we really wanted this %beta/%post hack, it would have to look
similarly to:
%{lua:if rpm.expand("%beta") ~= "0" then rpm.define('...') end}
On the other hand, I'm not sure that this is actually needed
nowadays so I'm removing it completely.  Please let us know if you
happen to need the %__os_install_post redefinition.

Originally added by commit 9636c11b0d.

Version: 9.6.3-5
2017-06-21 08:55:30 +02:00
.gitignore rebase: update to 9.6.3 2017-05-11 12:39:35 +02:00
generate-pdf.sh rebase: update to 9.6.3 2017-05-11 12:39:35 +02:00
generate-sources-and-gitignore.sh rebase: update to 9.6.3 2017-05-11 12:39:35 +02:00
hstore-plperl-data-dumper.patch fix indentation issues in hstore_plperlu test-case 2017-05-22 11:30:49 +02:00
Makefile.regress test: pg_regress changed options 2016-05-09 16:18:06 +02:00
postgresql-bashprofile Update to PostgreSQL 8.0. 2005-01-19 05:02:11 +00:00
postgresql-logging.patch Update to PostgreSQL 9.1.0 2011-09-12 02:05:56 -04:00
postgresql-man.patch update to 9.4.0 per release notes 2015-01-05 10:27:20 +01:00
postgresql-perl-rpath.patch Update to PostgreSQL 9.1.5 2012-08-17 11:48:18 -04:00
postgresql-var-run-socket.patch rebase: major release update 2016-01-06 20:27:06 +01:00
postgresql.pam - Use password-auth common PAM configuration instead of system-auth 2009-09-16 17:50:13 +00:00
postgresql.spec spec: drop the old %beta hack about %__os_install_post 2017-06-21 08:55:30 +02:00
postgresql.tmpfiles.d Place Unix sockets in /var/run/postgresql. 2012-08-13 13:13:01 -04:00
rpm-pgsql.patch Update to PostgreSQL 9.0.2 2010-12-28 19:13:08 -05:00
sources rebase: update to 9.6.3 2017-05-11 12:39:35 +02:00