Convert the license tag to SPDX and add missing PSF license

This commit is contained in:
Charalampos Stratakis 2022-12-13 18:30:42 +01:00
parent 19e9b97332
commit ebf415a04b

View File

@ -10,7 +10,10 @@ Version: 37.0.2
Release: 6%{?dist}
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
# cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause,
# as well as the Python Software Foundation license for the OS random
# engine derived by CPython.
License: (Apache-2.0 OR BSD-3-Clause) AND PSF-2.0
URL: https://cryptography.io/en/latest/
Source0: https://github.com/pyca/cryptography/archive/%{version}/%{srcname}-%{version}.tar.gz
# created by ./vendor_rust.py helper script