Dirk Mueller 2016-03-13 21:05:43 +00:00 committed by Git OBS Bridge
parent c11bc34af8
commit 0ea54674c5
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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