spec: ftbfs fix

extra tokens at the end of %endif directive in line 686:  %endif # %%upgrade

Version: 12.3-2
This commit is contained in:
Pavel Raiskup 2020-06-04 23:44:02 +02:00
parent 4611924c2d
commit df7acb65ee
1 changed files with 4 additions and 2 deletions

View File

@ -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