From 44b7138b3c6eb98e623f1048c668753260faa6a9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 13 Oct 2014 14:26:57 +0200 Subject: nx-libs.spec: Fix Xinerama deps for SUSE builds. --- nx-libs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index a8d5d22ea..5e36030f9 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -281,7 +281,11 @@ various limitations in the core protocol. Group: System Environment/Libraries Summary: Xinerama extension to the NX Protocol Requires: %{name}%{?_isa} = %{version}-%{release} +%if 0%{?suse_version} +Requires: libX11-6%{?_isa} +%else Requires: libX11%{?_isa} +%fi Requires: libXext%{?_isa} %description -n libNX_Xinerama @@ -520,6 +524,7 @@ This package provides the NX proxy (client) binary. Group: Applications/System Summary: X2Go Agent Requires: nxagent +Requires: libNX_Xinerama%{?_isa} = %{version}-%{release} %description -n x2goagent X2Go Agent functionality has been completely incorporated into -- cgit v1.2.3