14
0

Accepting request 241779 from home:fcrozat:branches:devel:languages:python

- Add LICENSE to %doc

OBS-URL: https://build.opensuse.org/request/show/241779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=12
This commit is contained in:
2014-07-22 07:28:02 +00:00
committed by Git OBS Bridge
parent bf676dbb48
commit ccf2a79b78
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 21 16:31:18 UTC 2014 - fcrozat@suse.com
- Add LICENSE to %doc
-------------------------------------------------------------------
Wed Jun 27 08:55:31 UTC 2012 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lockfile
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -58,7 +58,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README RELEASE-NOTES
%doc README RELEASE-NOTES LICENSE
%python_sitelib/lockfile*
%changelog