This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 4420417bf051abae9c787ce1401217dfe39c9a3e Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 7 20:30:26 2015 +0200 x2gobroker.spec: fix %build scriptlet: add missing "done" in while; do; done shell script part. --- debian/changelog | 2 ++ x2gobroker.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5b00000..5fed19b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -417,6 +417,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * x2gobroker.spec: + Change all python-pampy references to python-pam on non-SUSE systems. + + Fix %build scriptlet: add missing "done" in while; do; done shell script + part. * debian/rules: + Try to call common-binary-indep from common-binary-arch. diff --git a/x2gobroker.spec b/x2gobroker.spec index 4c47a81..c82f154 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -385,6 +385,7 @@ sed -i etc/broker/x2gobroker-sessionprofiles.conf \ grep -l -r -E '^#!/usr/bin/env python$' | while read file; do \ sed -i "$file" \ -e 's/\/usr\/bin\/env python/\/usr\/bin\/env python2/' +done %endif sed -i logrotate/x2gobroker-authservice \ -e 's/adm/root/' -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git