From 2caa9c15b8347ae3d30d59b0a5c0ef4755866847 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Sat, 4 Mar 2023 19:50:00 -0600 Subject: [PATCH] migrated to SPDX license --- python-scour.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-scour.spec b/python-scour.spec index af386b4..aebeba1 100644 --- a/python-scour.spec +++ b/python-scour.spec @@ -3,10 +3,10 @@ Name: python-scour Version: 0.38.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} -License: ASL 2.0 +License: Apache-2.0 AND BSD-3-Clause URL: https://github.com/scour-project/scour Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz @@ -58,6 +58,9 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';' %changelog +* Sun Mar 05 2023 Gwyn Ciesla - 0.38.2-3 +- migrated to SPDX license + * Fri Jan 20 2023 Fedora Release Engineering - 0.38.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild