14
0

Accepting request 241831 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/241831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lockfile?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2014-07-24 04:57:30 +00:00
committed by Git OBS Bridge
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