[X2Go-Commits] [nx-libs] 52/53: nx-libs.spec: add xkeyboard-config to nxagent's Requires.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 22 15:10:57 CEST 2015


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

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

commit edeb4e196d3ac084a1429b27b6ef87403073ee8c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Jul 17 18:13:00 2015 +0200

    nx-libs.spec: add xkeyboard-config to nxagent's Requires.
    
    Should be a weak dependency, but RPM doesn't support that too well yet.
    
    Cherry-picked from 3.5.0.x branch.
---
 debian/changelog |    3 +++
 nx-libs.spec     |    4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2be4d2d..0a48e86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
   [ Mihai Moldovan ]
   * debian/control:
     - Add xkb-data to nxagent's Recommends.
+  * nx-libs.spec:
+    - Add xkeyboard-config to nxagent's Requires. Should be a weak dependency,
+      but RPM doesn't support that too well yet.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sat, 04 Jul 2015 06:29:19 +0200
 
diff --git a/nx-libs.spec b/nx-libs.spec
index f3bda3f..01d5d94 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -491,6 +491,10 @@ Provides:       nx%{?_isa} = %{version}-%{release}
 Requires:       xorg-x11-fonts-core
 %endif
 
+# Should be a weak dependency, because this package
+# works without the dependency.
+Requires:       xkeyboard-config
+
 %description -n nxagent
 NX is a software suite which implements very efficient compression of
 the X11 protocol. This increases performance when using X

--
Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list