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/