[X2Go-Commits] [x2goserver] 03/05: x2goserver.spec: add new dependency on perl and the Cwd module to x2goserver-xsession. Part of #923.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 13 03:54:09 CEST 2016


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

x2go pushed a commit to branch master
in repository x2goserver.

commit c108fa45e5c316f808570892cb5d56930ab7e916
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Aug 13 03:36:55 2016 +0200

    x2goserver.spec: add new dependency on perl and the Cwd module to x2goserver-xsession. Part of #923.
    
    Cherry-picked from release/4.0.1.x branch.
---
 debian/changelog |    2 ++
 x2goserver.spec  |   12 ++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 244cd10..1363f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -334,6 +334,8 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low
       sub package.
     - Add new dependency on bash.
     - Add new dependency on xkeyboard-config to x2goserver. Fixes: #903.
+    - Add new dependency on perl and the Cwd module to x2goserver-xsession.
+      Part of #923.
   * debian/control:
     - Add new dependency on bash.
     - Add new dependency on xkb-data to x2goserver.
diff --git a/x2goserver.spec b/x2goserver.spec
index fd54f1b..bdec626 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -421,6 +421,18 @@ Group:          Applications/Communications
 Group:          Productivity/Networking/Remote Desktop
 %endif
 
+%if 0%{?suse_version}
+%if 0%{?suse_version} < 1140
+Requires:       perl = %{perl_version}
+%else
+%{perl_requires}
+%endif
+%else
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+%endif
+
+Requires:       perl(Cwd)
+
 %description xsession
  X2Go is a server based computing environment with
     - session resuming

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


More information about the x2go-commits mailing list