This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository x2goserver. from e901fbd x2goserver.spec: only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL. new 9193177 debian/changelog: fix RPM build failure due to misplaced fi in %pre scriptlet. 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: x2goserver.spec | 1 - 1 file changed, 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-main in repository x2goserver. commit 9193177d78651b3ecde8abb664d75b347f2feb1b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 14 18:28:53 2015 +0100 debian/changelog: fix RPM build failure due to misplaced fi in %pre scriptlet. --- x2goserver.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/x2goserver.spec b/x2goserver.spec index 2e0a678..56c7bf3 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -375,7 +375,6 @@ if [ ! -s %{_localstatedir}/lib/x2go/x2go_sessions ]; then if grep -E "^backend=sqlite.*" /etc/x2go/x2gosql/sql 1>/dev/null 2>&1; then %{_sbindir}/x2godbadmin --createdb 1>/dev/null 2>&1 || : fi - fi fi if grep -E "^backend=sqlite.*" /etc/x2go/x2gosql/sql 1>/dev/null 2>/dev/null; then -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git