diff --git a/python-PyGithub.changes b/python-PyGithub.changes index b6afe55..750a194 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 23 07:17:50 UTC 2013 - speilicke@suse.com + +- Add COPYING and COPYING.LESSER + ------------------------------------------------------------------- Thu Apr 11 06:51:48 UTC 2013 - cfarrell@suse.com diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 8cac8a5..2ecab78 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -39,7 +39,7 @@ etc.) from Python scripts. %prep %setup -q -n PyGithub-%{version} -chmod -x README.rst +chmod -x README.rst github/COPYING{,.LESSER} %build python setup.py build @@ -53,7 +53,7 @@ rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite %files %defattr(-,root,root,-) -%doc README.rst +%doc README.rst github/COPYING github/COPYING.LESSER %{python_sitelib}/* %changelog