From 44a389ad296f0e3c1a2e65d21a89a6d6b259a383 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 2 Mar 2023 14:58:20 -0600 Subject: [PATCH] migrate to SPDX license --- python-boto3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-boto3.spec b/python-boto3.spec index 5d44b68..d4b5276 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -2,10 +2,10 @@ Name: python-%{pypi_name} Version: 1.26.82 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The AWS SDK for Python -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/boto/boto3 Source0: %{pypi_source} BuildArch: noarch @@ -47,6 +47,9 @@ rm -rf tests/integration %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %changelog +* Thu Mar 02 2023 Gwyn Ciesla - 1.26.82-2 +- migrate to SPDX license + * Wed Mar 01 2023 Gwyn Ciesla - 1.26.82-1 - 1.26.82