From fd15aeb25b268b90b0dcf33aba8250b9db8df401 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 2 Mar 2023 14:56:11 -0600 Subject: [PATCH] migrate to SPDX license --- python-botocore.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index f842055..61a5803 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -3,10 +3,10 @@ Name: python-%{pypi_name} # NOTICE - Updating this package requires updating python-boto3 Version: 1.29.80 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level, data-driven core of boto 3 -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/boto/botocore Source0: %{pypi_source} BuildArch: noarch @@ -62,6 +62,9 @@ rm -vr tests/functional/leak %{python3_sitelib}/%{pypi_name}-*.dist-info/ %changelog +* Thu Mar 02 2023 Gwyn Ciesla - 1.29.80-2 +- migrate to SPDX license + * Mon Feb 27 2023 Gwyn Ciesla - 1.29.80-1 - 1.29.80