From b67a1761f61135001cadabd8ea820039cac29e60be08f694703c01b3b545585e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Mar 2016 21:20:08 +0000 Subject: [PATCH] - fix license OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=35 --- python-cryptography.changes | 5 +++++ python-cryptography.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index 4ed76d2..b41391d 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 13 21:20:00 UTC 2016 - dmueller@suse.com + +- fix license + ------------------------------------------------------------------- Wed Mar 2 21:47:58 UTC 2016 - dimstar@opensuse.org diff --git a/python-cryptography.spec b/python-cryptography.spec index 11132f1..3b275a7 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -20,7 +20,7 @@ Name: python-cryptography Version: 1.2.1 Release: 0 Summary: Python library which exposes cryptographic recipes and primitives -License: Apache-2.0 +License: Apache-2.0 or BSD-3-Clause Group: Development/Languages/Python Url: https://cryptography.io/en/latest/ Source0: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz @@ -109,7 +109,8 @@ deactivate %files %defattr(-,root,root,-) -%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst LICENSE README.rst +%doc LICENSE LICENSE.APACHE LICENSE.BSD +%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst README.rst %{python_sitearch}/cryptography/ %{python_sitearch}/cryptography-%{version}-py%{py_ver}.egg-info/