From dee08ec89b399eeaec59ffff89050e83efd0ddf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Fri, 29 Jan 2016 14:33:00 +0100 Subject: [PATCH] https://github.com/owncloud/client/issues/4400#issuecomment-176686729 Requires: %{qtprefix}libqt4-sql --- .../templates/client/v2_1_0/SHORTNAME-client.spec.in | 4 ++++ .../templates/client/v2_1_1/SHORTNAME-client.spec.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/jenkins/obs_integration/templates/client/v2_1_0/SHORTNAME-client.spec.in b/jenkins/obs_integration/templates/client/v2_1_0/SHORTNAME-client.spec.in index be9677f9..10521561 100644 --- a/jenkins/obs_integration/templates/client/v2_1_0/SHORTNAME-client.spec.in +++ b/jenkins/obs_integration/templates/client/v2_1_0/SHORTNAME-client.spec.in @@ -214,6 +214,10 @@ Requires: %{qtprefix}qt5-qtwebkit # Fedora-19 and -20, CentOS-6, CentOS-7, RHEL_6,7 don't have Suggests. Suggests: %{name}-nautilus %endif +%if 0%{?rhel_version} == 600 || 0%{?centos_version} == 600 +# https://github.com/owncloud/client/issues/4400#issuecomment-176686729 +Requires: %{qtprefix}libqt4-sql +%endif Requires: %{name}-l10n Requires: lib[% shortname %]sync0 = %{version} diff --git a/jenkins/obs_integration/templates/client/v2_1_1/SHORTNAME-client.spec.in b/jenkins/obs_integration/templates/client/v2_1_1/SHORTNAME-client.spec.in index c82bc69d..d103b3c5 100644 --- a/jenkins/obs_integration/templates/client/v2_1_1/SHORTNAME-client.spec.in +++ b/jenkins/obs_integration/templates/client/v2_1_1/SHORTNAME-client.spec.in @@ -217,6 +217,11 @@ Suggests: %{name}-nautilus Suggests: %{name}-nemo %endif +%if 0%{?rhel_version} == 600 || 0%{?centos_version} == 600 +# https://github.com/owncloud/client/issues/4400#issuecomment-176686729 +Requires: %{qtprefix}libqt4-sql +%endif + Requires: %{name}-l10n Requires: lib[% shortname %]sync0 = %{version}