2019-04-22 Fred Gleason <fredg@paravelsystems.com>

* Modified 'rivendell.spec.in' to pin the Python version used on
	RHEL 7 to 3.4.
This commit is contained in:
Fred Gleason
2019-04-22 16:26:20 -04:00
parent 615fe098b3
commit 569aa1c5ba
3 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
##
# So python bytecompilation works correctly
%define __python @PYTHON@
%define __python /usr/bin/python3.4
Summary: Radio Broadcast Automation System
Name: rivendell
@@ -109,6 +109,7 @@ associated with.
%build
export PYTHON=/usr/bin/python3.4
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
make -j 10