From a2f1b0bc3e58742ae54ae447876414f37e08833c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 8 Feb 2018 16:58:19 +0000 Subject: [PATCH] force use of Python2 in test suite --- subversion.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 3bbaf37..976ecd2 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.7 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -215,6 +215,7 @@ export EXTRA_CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \ -DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\"" export APACHE_LDFLAGS="-Wl,-z,relro,-z,now" export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} +export PYTHON=/usr/bin/python2 %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ --disable-debug \ @@ -476,6 +477,9 @@ make check-javahl %endif %changelog +* Thu Feb 8 2018 Joe Orton - 1.9.7-6 +- force use of Python2 in test suite + * Thu Feb 01 2018 Iryna Shcherbina - 1.9.7-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)