This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main-test in repository x2goserver. from 996fb63 Merge-in x2goserver.spec from master branch... new 6853ba0 add forgotten file: x2goserver-rpmlintrc... picked from master branch 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: rpm/x2goserver-rpmlintrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpm/x2goserver-rpmlintrc -- Alioth's /srv/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-test in repository x2goserver. commit 6853ba0fee6017c7fad0f80b8bd00d7ca39f0cd0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 28 14:28:38 2014 +0100 add forgotten file: x2goserver-rpmlintrc... picked from master branch --- rpm/x2goserver-rpmlintrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rpm/x2goserver-rpmlintrc b/rpm/x2goserver-rpmlintrc new file mode 100644 index 0000000..d504be2 --- /dev/null +++ b/rpm/x2goserver-rpmlintrc @@ -0,0 +1,13 @@ +setBadness("permissions-unauthorized-file", 0); +setBadness("permissions-file-setuid-bit", 0); +addFilter("non-standard-group"); + +addFilter("non-standard-uid /var/spool/x2goprint x2goprint"); +addFilter("non-standard-gid /usr/bin/x2goprint x2goprint"); +addFilter("non-standard-gid /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper x2gouser"); +addFilter("non-standard-gid /usr/lib64/x2go/libx2go-server-db-sqlite3-wrapper x2gouser"); +addFilter("non-standard-gid /var/lib/x2go x2gouser"); +addFilter("non-standard-gid /var/lib/x2go/x2go_sessions x2gouser"); +addFilter("non-standard-gid /var/spool/x2goprint x2goprint"); + +addFilter("filename-too-long-for-joliet *"); -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git