mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user