From ebf415a04ba645888dcb6351ab91aa0336e23044 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2022 18:30:42 +0100 Subject: [PATCH] Convert the license tag to SPDX and add missing PSF license --- python-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 5288712..e8e0731 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -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