diff --git a/python3.6.spec b/python3.6.spec index 6a087bb..2f7b407 100644 --- a/python3.6.spec +++ b/python3.6.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 35%{?dist} +Release: 36%{?dist} # Python is Python # pip MIT is and bundles: # appdirs: MIT @@ -48,7 +48,8 @@ Release: 35%{?dist} # pyparsing: MIT # six: MIT # appdirs: MIT -License: Python and MIT and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) +# Automatically converted from old format: Python and MIT and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) - review is highly recommended. +License: LicenseRef-Callaway-Python AND LicenseRef-Callaway-MIT AND Apache-2.0 AND LicenseRef-Callaway-BSD AND ISC AND LicenseRef-Callaway-LGPLv2 AND MPL-2.0 AND (Apache-2.0 OR LicenseRef-Callaway-BSD) # ================================== @@ -2032,6 +2033,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Sep 04 2024 Miroslav Suchý - 3.6.15-36 +- convert license to SPDX + * Fri Aug 16 2024 Tomáš Hrnčiar - 3.6.15-35 - Security fix for CVE-2024-6923 (rhbz#2303161)