17
0

Accepting request 684583 from home:zhengqiang:branches:devel:languages:python

- Make use of %license macro and get ready for submitting this
  package (the dependency of onboard) to SLE-15 
  (fate#326794, bsc#1082318).

OBS-URL: https://build.opensuse.org/request/show/684583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2019-03-13 10:03:34 +00:00
committed by Git OBS Bridge
parent b3d64cf20e
commit eaa3c4f06d
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 13 09:00:35 UTC 2019 - qzheng <qzheng@suse.com>
- Make use of %license macro and get ready for submitting this
package (the dependency of onboard) to SLE-15
(fate#326794, bsc#1082318).
-------------------------------------------------------------------
Tue Dec 4 12:47:19 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-distutils-extra
#
# 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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -49,7 +49,8 @@ includes the follwing:
%files %{python_files}
%defattr(-,root,root)
%doc LICENSE doc/*
%doc doc/*
%license LICENSE
%{python_sitelib}/*
%changelog