PostgreSQL client programs
36a141a4c0
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
|
||
---|---|---|
.gitignore | ||
generate-pdf.sh | ||
generate-sources-and-gitignore.sh | ||
hstore-plperl-data-dumper.patch | ||
Makefile.regress | ||
postgresql-bashprofile | ||
postgresql-logging.patch | ||
postgresql-man.patch | ||
postgresql-perl-rpath.patch | ||
postgresql-var-run-socket.patch | ||
postgresql.pam | ||
postgresql.spec | ||
postgresql.tmpfiles.d | ||
rpm-pgsql.patch | ||
sources |