diff --git a/python-httpretty.changes b/python-httpretty.changes index 33d2c13..1cfdaf5 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 13 21:05:33 UTC 2016 - dmueller@suse.com + +- add copying + ------------------------------------------------------------------- Wed Apr 22 08:43:41 UTC 2015 - mcihar@suse.cz diff --git a/python-httpretty.spec b/python-httpretty.spec index 54a3575..f830980 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpretty # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,6 +60,8 @@ python setup.py test %files %defattr(-,root,root,-) -%{python_sitelib}/* +%doc README.rst COPYING +%{python_sitelib}/httpretty +%{python_sitelib}/httpretty*egg-info %changelog