This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 35042a4 Add x2goserver-rpmlintrc file to handle some rpmlint errors and warnings. new 8dd7e48 x2goserver.spec: Get rpmlint fixed. 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 | 5 ++++- x2goserver.spec | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) -- 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 master in repository x2goserver. commit 8dd7e48978ebaef2f4c2b233d7e8c7bbbfb2ecee Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 13:25:29 2014 +0200 x2goserver.spec: Get rpmlint fixed. --- rpm/x2goserver-rpmlintrc | 5 ++++- x2goserver.spec | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/rpm/x2goserver-rpmlintrc b/rpm/x2goserver-rpmlintrc index f6c75ca..d8113c3 100644 --- a/rpm/x2goserver-rpmlintrc +++ b/rpm/x2goserver-rpmlintrc @@ -1,8 +1,11 @@ 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/lib64/x2go/libx2go-server-db-sqlite3-wrapper x2gouser"); +addFilter("non-standard-gid /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper x2gouser"); addFilter("non-standard-gid /var/lib/x2go x2gouser"); addFilter("non-standard-gid /var/spool/x2goprint x2goprint"); + +addFilter("filename-too-long-for-joliet" *); diff --git a/x2goserver.spec b/x2goserver.spec index 281ecf5..12b9aec 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -12,9 +12,9 @@ License: GPL-2.0+ %endif URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz -Source1: x2goserver.service -Source2: x2goserver.init -Source3: x2goserver-rpmlintrc +Source1: %{name}.service +Source2: %{name}.init +Source3: %{name}-rpmlintrc %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git