[X2Go-Commits] [nx-libs] 01/01: nx-libs.spec: Fix Xinerama deps for SUSE builds.
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 13 14:27:04 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit 44b7138b3c6eb98e623f1048c668753260faa6a9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Oct 13 14:26:57 2014 +0200
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 a8d5d22..5e36030 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
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list