This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from ef2d3da pyhoca-gui.spec: Make rpmlint a little happier. new 05f86cd pyhoca-gui.spec: License names in Fedora and SUSE are different. 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: pyhoca-gui.spec | 4 ++++ 1 file changed, 4 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 05f86cd23a0ee3ee2ff88bf2504f89d0a937b942 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 21:06:21 2014 +0200 pyhoca-gui.spec: License names in Fedora and SUSE are different. --- pyhoca-gui.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 673632d..7039c8f 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -4,7 +4,11 @@ Release: 0.0x2go1%{?dist} Summary: Graphical X2Go client written in (wx)Python Group: Applications/Communications +%if 0%{?suse_version} +License: AGPL-3.0+ +%else License: AGPLv3+ +%endif URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git