[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:04:47 CEST 2015


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

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit 88bece4c66efc9230ff4e45a6f6d1c3e81e23d08
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 1876b9f..7d9341c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,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 3bf6ad7..9408510 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  x2goagent (>= 2:3.5.0.25-0~),
+ bash,
  lsof,
  bc,
  openssh-client,
diff --git a/x2goserver.spec b/x2goserver.spec
index 80f68a6..0d61510 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -93,6 +93,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