From 872bcbd6709f3098fa5ce3bebb18667c08c898ae Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 16 Sep 2017 10:02:43 +0200 Subject: [PATCH] Added dependencies to RPM .spec file. --- scripts/rpm-data/klayout.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 98fdc8a91..e530fad1d 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -35,7 +35,6 @@ AutoReqProv: no %if "%{target_system}" == "centos7" Requires: ruby >= 2.0.0 Requires: python >= 2.7.5 -Requires: qt >= 4.8.5 Requires: qt-x11 >= 4.8.5 %endif @@ -46,11 +45,16 @@ Requires: qt-x11 >= 4.8.5 %if "%{target_system}" == "opensuse42_2" # OpenSuSE 42.2 requirements -# ... +Requires: ruby >= 2.1.0 +Requires: python >= 3.4.6 +Requires: libqt4 >= 4.8.6 %endif %if "%{target_system}" == "opensuse42_3" # OpenSuSE 42.3 requirements +Requires: ruby >= 2.1.0 +Requires: python >= 3.4.6 +Requires: libqt4 >= 4.8.6 # ... %endif