From fba313760aa423d66d1fbdda1eb1f55f63a173b714731f01ecfa99652c3c5da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 14 Jan 2019 15:25:05 +0000 Subject: [PATCH] Accepting request 665971 from home:kukuk:branches:devel:languages:python - Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/665971 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=31 --- python-jsonschema.changes | 5 +++++ python-jsonschema.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 9b870b1..c2a6fd2 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 14 15:34:35 CET 2019 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Wed Jan 24 10:24:27 UTC 2018 - tchvatal@suse.com diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 4a9a19a..871f7aa 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonschema # -# 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/ # @@ -69,7 +69,8 @@ for Python (supporting 2.6+ including Python 3). %python_uninstall_alternative jsonschema %files %{python_files} -%doc COPYING README.rst +%license COPYING +%doc README.rst %python_alternative %{_bindir}/jsonschema %{python_sitelib}/*