From 7ddacb1716410c2a55e5f0e02468f2df562d1ad1 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 8 Aug 2023 14:59:55 +0200 Subject: [PATCH] Review the license tag according to the SPDX specification - The license text included in the package matches the MIT license $ askalono identify imagesize-1.4.1/LICENSE.rst License: MIT (original text) Score: 0.988 - The package contains code licensed under MIT. The source RPM has been scanned using the fossology online tool (Monk, Nomos and Ojo License Analysis): https://www.fossology.org/ - This implements: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 Although the actual license tag is not changed, the tooling tracking the change progress relies on the commit or changelog entry containing the string "SPDX" --- python-imagesize.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-imagesize.spec b/python-imagesize.spec index f01fd54..abc5419 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} License: MIT @@ -66,6 +66,10 @@ py.test-3 -k 'not test_get_filelike' %{python3_sitelib}/* %changelog +* Tue Aug 22 2023 Karolina Surma - 1.4.1-5 +- License verified according to the SPDX specification + https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 + * Fri Jul 21 2023 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild