This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 9fcb404 improvements for last commit, add unittests for the uppercase desktop session cmd checks new 4420417 x2gobroker.spec: fix %build scriptlet: add missing "done" in while; do; done shell script part. new 1b803cb x2gobroker.spec: don't do a weird escape slash dance in sed's replace command. The 2 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 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) -- 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 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 1b803cbbea501a0124437a5ae91b7917fd7b28e9 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 7 20:32:11 2015 +0200 x2gobroker.spec: don't do a weird escape slash dance in sed's replace command. Simply use another separator. --- debian/changelog | 2 ++ x2gobroker.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fed19b..9e88c04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -419,6 +419,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low + 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. + + Don't do a weird escape slash dance in sed's replace command. Simply use + another separator. * debian/rules: + Try to call common-binary-indep from common-binary-arch. diff --git a/x2gobroker.spec b/x2gobroker.spec index c82f154..ce5bdc1 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -384,7 +384,7 @@ sed -i etc/broker/x2gobroker-sessionprofiles.conf \ %if 0%{?fedora} >= 22 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/' + -e 's#/usr/bin/env python#/usr/bin/env python2#' done %endif sed -i logrotate/x2gobroker-authservice \ -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git