Accepting request 665990 from home:kukuk:branches:devel:languages:python
- Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/665990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=23
This commit is contained in:
parent
74cbab6380
commit
9413ff4420
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 16:06:38 CET 2019 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 15 20:22:28 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyYAML
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -72,7 +72,8 @@ ulimit -Sn 2048
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES LICENSE README examples/
|
||||
%license LICENSE
|
||||
%doc CHANGES README examples/
|
||||
%{python_sitearch}/yaml
|
||||
%{python_sitearch}/_yaml.*so
|
||||
%{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user