This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 286ae13 python-x2go.spec: typo new 7f0888c python-x2go.spec: some rpmlint sedatives... 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: python-x2go.spec | 6 ++++++ 1 file changed, 6 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 7f0888c0fc1094c8d8dfec350d9a6f86a34ec7a8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 18:27:33 2014 +0200 python-x2go.spec: some rpmlint sedatives... --- python-x2go.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-x2go.spec b/python-x2go.spec index 0f57597..4fd80bb 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -8,7 +8,11 @@ Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API Group: Development/Languages +%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 @@ -112,10 +116,12 @@ popd %files +%defattr(-,root,root) %doc COPYING README* TODO %{python_sitelib}/* %files doc +%defattr(-,root,root) %doc epydoc/html -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git