[X2Go-Commits] [x2gobroker] 01/01: x2gobroker.spec: change all python-pampy references to python-pam on non-SUSE systems.

git-admin at x2go.org git-admin at x2go.org
Mon Mar 9 21:03:03 CET 2015


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 19a66ae14abf9798e0f1855e223bac27f0884bfc
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Mar 9 21:01:29 2015 +0100

    x2gobroker.spec: change all python-pampy references to python-pam on non-SUSE systems.
---
 debian/changelog |    4 ++++
 x2gobroker.spec  |    4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3e78007..46229ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -303,6 +303,10 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       #706).
     - Don't strip off spaces from password strings. (Fixes: #716).
 
+  [ Mihai Moldovan ]
+  * x2gobroker.spec:
+    + Change all python-pampy references to python-pam on non-SUSE systems.
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 07 Jun 2013 23:25:30 +0200
 
 x2gobroker (0.0.2.3-0~x2go1) unstable; urgency=low
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 4dda393..bcb398f 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -118,7 +118,11 @@ Requires:       python2
 %endif
 Requires:       python-argparse
 Requires:       python-setproctitle
+%if 0%{?suse_version}
 Requires:       python-pampy
+%else
+Requires:       python-pam
+%endif
 Requires:       logrotate
 Requires(pre):  python-x2gobroker = %{version}-%{release}
 %if 0%{?suse_version}

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


More information about the x2go-commits mailing list