This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b3c5b41 x2goclient.spec: typo fix new 9230466 Add x2goclient-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/x2goclient-rpmlintrc | 1 + x2goclient.spec | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 rpm/x2goclient-rpmlintrc -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 9230466198436b350c21e7e489028d9eb6aba491 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 06:17:33 2014 +0200 Add x2goclient-rpmlintrc file. --- debian/changelog | 1 + rpm/x2goclient-rpmlintrc | 1 + x2goclient.spec | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 043c85b..e43e050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low + openSUSE: Make Qt4 Linguist tools available for Makefile. + Upgrade versioned BR for libssh-devel (0.6.3 or patched 0.5.5). + The libqt4-linguist split off happened in openSUSE 13.1. + + Add x2goclient-rpmlintrc file. [ Oleksandr Shneyder ] * New upstream release (4.0.3.0): diff --git a/rpm/x2goclient-rpmlintrc b/rpm/x2goclient-rpmlintrc new file mode 100644 index 0000000..38dc5bd --- /dev/null +++ b/rpm/x2goclient-rpmlintrc @@ -0,0 +1 @@ +addFilter("non-standard-group"); diff --git a/x2goclient.spec b/x2goclient.spec index 99292f4..21111d3 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -3,10 +3,17 @@ Version: 4.0.3.0 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) +%if 0%{?suse_version} +Group: Production/Networking/Remote Desktop +License: GPL-2.0+ +%else Group: Applications/Communications License: GPLv2+ +%endif + URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz +Source1: x2goclient-rpmlintrc BuildRequires: cups-devel BuildRequires: desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git