[X2Go-Commits] [x2goserver] 01/01: {debian/control, x2goserver.spec}: add new dependency on bash.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 3 23:10:01 CEST 2015


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 4eb608e5b79a1a63e0f267297dab4ccb82a382f9
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 3 23:04:02 2015 +0200

    {debian/control,x2goserver.spec}: add new dependency on bash.
---
 debian/changelog |    3 +++
 debian/control   |    1 +
 x2goserver.spec  |    2 ++
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b62fe53..b9432d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -194,6 +194,9 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low
     - Add workaround documentation for sudoers on *SUSE 11.
     - Add shadow/shadow-utils/pwdutils Requires to x2goserver-printing
       sub package.
+    - Add new dependency on bash.
+  * debian/control:
+    - Add new dependency on bash.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 24 Feb 2015 22:11:49 +0100
 
diff --git a/debian/control b/debian/control
index 0eab5c2..a58b49e 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Depends:
  libswitch-perl,
  libx2go-server-perl (>= ${source:Version}), libx2go-server-perl (<< ${source:Version}.1~),
  x2goagent (>= 2:3.5.0.25-0~),
+ bash,
  lsof,
  bc,
  openssh-client,
diff --git a/x2goserver.spec b/x2goserver.spec
index 28f6e7d..c36c6c9 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -76,6 +76,8 @@ Requires:       perl = %{perl_version}
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 %endif
 
+# For running any command, really.
+Requires:       bash
 # For x2goruncommand - for now
 Requires:       bc
 # For x2goshowblocks

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