From 5f6fdb0d5a8a533f3f6637090a7410258e21885c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Sun, 25 Aug 2019 17:45:54 +0200 Subject: [PATCH] appease 4.15.0 beta rpmbuild --- 8< --- RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.IOiGTw (%check) extra tokens at the end of %endif directive in line 85: %endif # with_python3 extra tokens at the end of %endif directive in line 136: %endif # with_python3 Bad exit status from /var/tmp/rpm-tmp.IOiGTw (%check) --- >8 --- --- python-sqlalchemy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 705548c..2ff0e09 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -82,7 +82,8 @@ define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 3 version of the module. -%endif # with_python3 +%endif +# with_python3 %prep @@ -133,7 +134,8 @@ PYTHONPATH=. %{__python3} -m pytest test \ %license LICENSE %doc README.rst %{python3_sitearch}/* -%endif # with_python3 +%endif +# with_python3 %changelog * Sun Aug 25 2019 Nils Philippsen - 1.3.7-1