[X2Go-Commits] [nx-libs] 01/01: On SLE 11.x: libX* packages are prefixed with "xorg-x11-".

git-admin at x2go.org git-admin at x2go.org
Mon Feb 2 14:51:14 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit 0d5a83e986f39982c0924652a3662e60b1f23162
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 2 14:47:22 2015 +0100

    On SLE 11.x: libX* packages are prefixed with "xorg-x11-".
---
 debian/changelog |    1 +
 nx-libs.spec     |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e13b85e..bebcf51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,6 +86,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
     + Don't fail if removing *.a files fails due to the files being non-present.
     + Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} at build time.
     + Assure that BuildRoot: is set.
+    + On SLE 11.x: libX* packages are prefixed with "xorg-x11-".
 
   * debian/roll-tarball.sh:
     + Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
diff --git a/nx-libs.spec b/nx-libs.spec
index bc869ef..93549d9 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -73,6 +73,10 @@ Provides:       nx%{?_isa} = %{version}-%{release}
 
 # for Xinerama in NX to work:
 %if 0%{?suse_version}
+%if 0%{?suse_version} < 1140
+Requires:       xorg-x11-libX11%{?_isa}
+Requires:       xorg-x11-libXext%{?_isa}
+%else
 Requires:       libX11-6%{?_isa}
 Requires:       libXext6%{?_isa}
 %else

--
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