From ba2a35679a5835de833724c460a289d3c29d1d43 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 26 Oct 2016 08:29:39 +0200 Subject: [PATCH] build: remove plpython build hack (fixed upstream: 7107d58ec5a3c45967e77525809612a5f89b97f3) Version: 9.6.1-1 --- postgresql.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index cae0ba8..5fc2d38 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -487,9 +487,6 @@ export PYTHON=/usr/bin/python3 --datadir=%{_datadir}/pgsql # Fortunately we don't need to build much except plpython itself. -# TODO: remove the headers hack once this is resolved: -# https://www.postgresql.org/message-id/1925924.izSMJEZO3x@unused-4-107.brq.redhat.com -make %{?_smp_mflags} submake-generated-headers make %{?_smp_mflags} -C src/pl/plpython all # save built form in a directory that "make distclean" won't touch cp -a src/pl/plpython src/pl/plpython3 @@ -1214,6 +1211,7 @@ fi - update to 9.6.1 per release notes: https://www.postgresql.org/docs/9.6/static/release-9-6-1.html - add gen_sources.sh script +- remove plpython build hack, fixed upstream * Tue Oct 04 2016 Pavel Raiskup - 9.6.0-1 - rebase the postgresql-setup tarball