Commit Graph

461 Commits

Author SHA1 Message Date
Fedora Release Engineering e4f9b1fa14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 22:46:03 +00:00
Pavel Raiskup f1d6398874 move pg_config*.mo files to *-devel
This complements 4034635788 commit.

THANKS: Jun Aruga
Version: 10.4-6
2018-07-12 16:12:51 +02:00
Pavel Raiskup be2d41d2fc Drop hack for ppc64* gcc optimization bug
Related: rhbz#1544349
Version: 10.4-6
2018-07-12 14:36:07 +02:00
Pavel Raiskup db5a549f53 FTBFS: 'python' is not on $PATH on F29+
Version: 10.4-5
2018-07-09 10:18:42 +02:00
Pavel Raiskup 07daa8e53a Re-enable -O3 compilation for PPC 64bit boxes
Related: rhbz#1544349
Version: 10.4-5
2018-07-09 08:57:53 +02:00
Petr Písař 12b384bfd8 Perl 5.28 rebuild 2018-07-03 13:00:30 +02:00
Jitka Plesnikova 82e5aaaf8d Perl 5.28 rebuild 2018-06-27 20:51:20 +02:00
Miro Hrončok d18c574660 Rebuilt for Python 3.7 2018-06-19 10:49:49 +02:00
Pavel Raiskup b707571b4f rebase: update to 10.4
Per release notes:
https://www.postgresql.org/docs/10/static/release-10-4.html

Version: 10.4-1
2018-05-10 13:04:01 +02:00
Pavel Raiskup c8ac4491b6 pltcl: drop tcl-pgtcl dep
This reverts 58e1c1f5ad.
I discussed with Jozef that it's OK, that dep shouldn't be needed.

Version: 10.3-5
2018-04-26 17:09:31 +02:00
Pavel Raiskup cc5d65f927 upgrade: package plpython*.so
Version: 10.3-4
2018-04-19 14:54:04 +02:00
Pavel Raiskup 1942c8b9d5 upgrade: don't package libpq.so & friends
Version: 10.3-3
2018-04-16 13:29:07 +02:00
Pavel Raiskup bf6f0859a8 upgrade: package contrib modules
Version: 10.3-3
2018-04-16 13:28:26 +02:00
Pavel Raiskup 3e9c3b569f upgrade: package pltcl.so and plperl.so
Version: 10.3-3
2018-04-16 12:03:05 +02:00
Pavel Raiskup 8ac102b47e spec: make it a bit more airy
Version: 10.3-2
2018-04-13 15:13:14 +02:00
Pavel Raiskup 50065a2277 postgresql-test-rpm-macros subpackage
We used to provide the functionality under postgresql-devel
subpackage, but that one has already too much purposes (we build
against that both client tools and server modules, using that for
tests is too much).

Newly, the postgresql-server package is automatically added as
transitive dependency, so the typical fix for dependant packages
would be:

    - BuildRequires: postgresql-devel
    - BuildRequires: postgresql-server
    + BuildRequires: postgresql-test-rpm-macros

(when the package doesn't need header files from postgresql-devel)

Version: 10.3-2
2018-04-13 15:02:14 +02:00
Pavel Raiskup fa3717b8d2 setup: new upstream release
Version: 10.3-2
2018-04-13 14:48:03 +02:00
Pavel Raiskup 5b5042670f define %precise_version
Version: 10.3-2
2018-04-13 14:46:24 +02:00
Pavel Raiskup d1c05385d1 Drop -O3 for ppc* to work-around FTBFS with gcc 8.0
Related: rhbz#1544349
Version: 10.3-1
2018-03-01 18:08:52 +01:00
Pavel Raiskup 0948580a64 spec: add gcc to BuildRequires
Per https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire

Version: 10.3-1
2018-03-01 13:54:02 +01:00
Pavel Raiskup 7e0314402a rebase: update to 10.3
Per release notes:
https://www.postgresql.org/docs/10/static/release-10-3.html

Version: 10.3-1
2018-03-01 13:02:42 +01:00
Petr Kubat 82b3e4e96d rebase: update to 10.2
Per release notes:
https://www.postgresql.org/docs/10/static/release-10-2.html

Version: 10.2-1
2018-02-08 10:53:58 +01:00
Björn Esser 0df80d97f3
Rebuilt for switch to libxcrypt 2018-01-20 23:07:35 +01:00
Pavel Raiskup a820a9eff8 spec: cleanup %if-fork for obsoleted fedora versions 2017-12-19 15:55:16 +01:00
Pavel Raiskup 5dec06f6e5 service: use sd_notify and disable timeout
Resolves: rhbz#1414314, rhbz#1525477
Version: 10.1-4
2017-12-19 10:51:26 +01:00
Pavel Raiskup ead24cd155 spec: provides/requires s/python/python2/
Version: 10.1-3
2017-12-13 14:18:37 +01:00
Pavel Raiskup 55a65cc101 spec: drop unsupported --with-krb5
Version: 10.1-3
2017-12-13 12:19:25 +01:00
Pavel Raiskup 5fbaf23499 spec: python{2,3} %configure opts on one place
Version: 10.1-3
2017-12-13 11:57:29 +01:00
Pavel Raiskup 0a81447ee3 postgresql-setup: update to version 7.0
Version: 10.1-2
2017-11-14 15:15:39 +01:00
Pavel Raiskup 971c8f8aa3 rebase: security update to 10.1
Per release notes:
https://www.postgresql.org/docs/10/static/release-10-1.html

Version: 10.1-1
2017-11-08 07:10:52 +01:00
Pavel Raiskup 6f2e35359f postgresql-setup: fix CVE-2017-15097
Fixed by updating the postgresql-setup tarball.

Resolves: CVE-2017-15097
Version: 10.0-4
2017-11-08 07:01:14 +01:00
Pavel Raiskup 07894e0da4 upgrade: provide %postgresql_upgrade_prefix macro
Related: rhbz#1475177
Version: 10.0-3
2017-10-12 12:48:51 +02:00
Pavel Raiskup 4a3d2412bc bundling: confess postgresql-setup and prevversion bundles
Version: 10.0-3
2017-10-12 11:14:20 +02:00
Pavel Raiskup 83fb3d530a upgrade-devel: stricter separation from 'postgresql-upgrade'
Related: rhbz#1475177
Version: 10.0-2
2017-10-09 08:58:39 +02:00
Jozef Mlích 710aefbd49 upgrade-devel: support for upgrade with extenstions
Related: rhbz#1475177
Version: 10.0-2
2017-10-09 08:46:51 +02:00
Pavel Raiskup d3a91d27a0 rebase: update to 10.0
Per release notes:
https://www.postgresql.org/docs/10/static/release-10.html

Version: 10.0-1
2017-10-06 20:36:37 +02:00
Pavel Raiskup e1715bb6aa libs: own the %{_libdir}/pgsql directory
This directory logically belongs to postgresql-libs;  but
originally this request was triggered by rhbz#1478831
where we observed that there is leftover directory after
postgresql-devel removal.

Resolves: rhbz#1478831
Version: 9.6.5-2
2017-09-05 16:16:06 +02:00
Pavel Raiskup 1fa73e0a7b sources: upstream disabled the ftp:// download option
Version: 9.6.5-1
2017-08-29 16:12:03 +02:00
Pavel Raiskup d93550a71b rebase: update to 9.6.5
Per release notes:
https://www.postgresql.org/docs/9.6/static/release-9-6-5.html

Version: 9.6.5-1
2017-08-29 10:37:21 +02:00
Petr Kubat 698585a43d rebase: update to 9.6.4
Per release notes:
https://www.postgresql.org/docs/9.6/static/release-9-6-4.html

Resolves: #1480284
Version: 9.6.4-1
2017-08-11 11:51:28 +02:00
Fedora Release Engineering c719c5ea1e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:18:09 +00:00
Fedora Release Engineering e244775c56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 08:57:18 +00:00
Pavel Raiskup c27dd8df9e plperl: drop postgresql-perl-rpath.patch
Perl now provides valid libperl.so in %_libdir so there's not need
to play with rpath anymore.

Resolves: rhbz#1474417
Version: 9.6.3-7
2017-07-24 17:03:18 +02:00
Pavel Raiskup 7c1110c041 spec: better provides-exclude fix based on rh-postgresql96
Version: 9.6.3-6
2017-06-26 12:10:07 +02:00
Pavel Raiskup 25dea2dcb8 spec: avoid providing libpqwalreceiver.so plugin as soname
Related: rhbz#1464368
Version: 9.6.3-6
2017-06-23 11:24:54 +02:00
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
Pavel Raiskup 235453b233 spec: drop -DLINUX_OOM_SCORE_ADJ=0 from CFLAGS
Related: rhbz#1110969, rhbz#1436554
Version: 9.6.3-4
2017-06-12 13:26:05 +02:00
Jitka Plesnikova 19739cf1a6 Perl 5.26 rebuild 2017-06-04 15:07:09 +02:00
Petr Kubat 5b2a26a63d fix indentation issues in hstore_plperlu test-case
Resolves: rhbz#1453111
Version: 9.6.3-2
2017-05-22 11:30:49 +02:00
Pavel Raiskup 4aa087fae3 rebase: update to 9.6.3
Per release notes:
https://www.postgresql.org/docs/9.6/static/release-9-6-3.html

Version: 9.6.3-1
2017-05-11 12:39:35 +02:00