This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 48e27f0 x2gobroker/web/extras.py: import logger_error. new 19a66ae x2gobroker.spec: change all python-pampy references to python-pam on non-SUSE systems. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++++ x2gobroker.spec | 4 ++++ 2 files changed, 8 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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@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@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