Skip to content

Commit

Permalink
Add python version macro to global RPM macros. #483
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Aug 16, 2019
1 parent 5b9d79e commit a133549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pscheduler-rpm/pscheduler-rpm.spec
Expand Up @@ -39,6 +39,11 @@ cat > $RPM_BUILD_ROOT/%{macro_prefix}%{name} <<EOF
%%_rundir %{_localstatedir}/run
%endif
# Version of Python required
%%_pscheduler_python_version_major 3
%%_pscheduler_python_version_minor 6
%%_pscheduler_python python%{_pscheduler_python_version_major}%{_pscheduler_python_version_major}
# Minimum-required PostgreSQL version
%%_pscheduler_postgresql_version_major 9
%%_pscheduler_postgresql_version_minor 5
Expand Down

0 comments on commit a133549

Please sign in to comment.