From 33469990de71106ab775437e0769136b13dc71e6 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Tue, 18 Jul 2023 11:49:05 -0400 Subject: [PATCH] Migrate to SPDX license --- python-rsa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-rsa.spec b/python-rsa.spec index 2eb969e..aa23da1 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -2,10 +2,10 @@ Name: python-%{pypi_name} Version: 4.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure-Python RSA implementation -License: ASL 2.0 +License: Apache-2.0 URL: http://stuvel.eu/rsa Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -73,6 +73,9 @@ cp %{buildroot}%{_bindir}/pyrsa-verify %{buildroot}%{_bindir}/pyrsa-verify-3 # %{__python3} setup.py test %changelog +* Tue Jul 18 2023 Jason Montleon - 4.9-2 +- Migrate to SPDX license + * Mon Jul 17 2023 Jason Montleon - 4.9-1 - Update to 4.9