This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 26b78f8 Rework Description: of bin:package x2gobroker-agent. Imporve line breaks, so that we now have lines that are close to 80 chars long. new 2826adc Add x2gobroker-rpmlintrc file. 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 | 1 + rpm/x2gobroker-rpmlintrc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 rpm/x2gobroker-rpmlintrc -- Alioth's /srv/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 2826adcfb41032f878bc6517ed9603269f3bd6a4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 06:11:41 2014 +0200 Add x2gobroker-rpmlintrc file. --- debian/changelog | 1 + rpm/x2gobroker-rpmlintrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index d7da989..f45b4f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -196,6 +196,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low + Adapt to building on openSUSE/SLES. + Rework Description: of bin:package x2gobroker-agent. Imporve line breaks, so that we now have lines that are close to 80 chars long. + + Add x2gobroker-rpmlintrc file. [ Josh Lukens ] * New upstream version (0.0.3.0): diff --git a/rpm/x2gobroker-rpmlintrc b/rpm/x2gobroker-rpmlintrc new file mode 100644 index 0000000..9dd9472 --- /dev/null +++ b/rpm/x2gobroker-rpmlintrc @@ -0,0 +1,3 @@ +setBadness("permissions-unauthorized-file", 0); +setBadness("permissions-file-setuid-bit", 0); +addFilter("non-standard-group"); -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git