From d81dcb6b2260e80800a1ce2473b584dfe2532335 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 31 Jul 2018 08:01:01 +0200 Subject: [PATCH] Updated RPM build script for OpenSuSE 15 --- scripts/rpm-data/klayout.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 2354ca841..e6c74036a 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -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}