From 73bd0382325f281d79b01115bf6e801a9e477c9b Mon Sep 17 00:00:00 2001 From: David Shea Date: Mon, 29 Jan 2024 16:17:47 -0500 Subject: [PATCH] Migrate to SPDX license identifier --- python-pid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pid.spec b/python-pid.spec index b516f29..90866be 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -26,10 +26,10 @@ PidFile can also be used as a context manager or a decorator.} Name: python-%{srcname} Version: 2.2.3 -Release: 20%{?dist} +Release: 21%{?dist} Summary: PID file management library -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/trbs/pid Source0: %pypi_source @@ -118,6 +118,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests-%{python2_version} --verbose %endif %changelog +* Mon Jan 29 2024 David Shea - 2.2.3-21 +- Migrate to SPDX license identifier + * Fri Jan 26 2024 Fedora Release Engineering - 2.2.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild