Updated RPM build script for OpenSuSE 15

This commit is contained in:
Matthias Koefferlein 2018-07-31 08:01:01 +02:00
parent 6a1454645b
commit d81dcb6b22
1 changed files with 3 additions and 3 deletions

View File

@ -68,10 +68,10 @@ Requires: libqt4-x11 >= 4.8.6
%define pylib %{python3_sitearch}
%endif
%if "%{target_system}" == "opensuse_leap"
%if "%{target_system}" == "opensuse15"
# OpenSuSE Leap 15 requirements
Requires: ruby >= 2.1.9
Requires: python3 >= 3.4.6
Requires: ruby >= 2.5
Requires: python3 >= 3.6
Requires: libqt4-x11 >= 4.8.7
%define buildopt -j2
%define pylib %{python3_sitearch}