From df7acb65eea184bc63a9b1424f7cb843cc15248a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 4 Jun 2020 23:44:02 +0200 Subject: [PATCH] spec: ftbfs fix extra tokens at the end of %endif directive in line 686: %endif # %%upgrade Version: 12.3-2 --- postgresql.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index fcc7dcc..126bd16 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -533,7 +533,8 @@ cp src/Makefile.global src/Makefile.global.python3 make distclean -%endif # %%plpython3 +# endif plpython3 +%endif PYTHON=/usr/bin/python2 @@ -683,7 +684,8 @@ upgrade_configure () make %{?_smp_mflags} all make -C contrib %{?_smp_mflags} all popd -%endif # %%upgrade +# endif upgrade +%endif %install