Switch license tag to SPDX

This commit is contained in:
Dan Čermák 2023-05-02 15:52:41 +02:00
commit 245bee51d2
No known key found for this signature in database
GPG key ID: 96B29BCAD2AE5A44

View file

@ -1,10 +1,10 @@
Name: python-rpm-generators
Summary: Dependency generators for Python RPMs
Version: 14
Release: 3%{?dist}
Release: 4%{?dist}
# Originally all those files were part of RPM, so license is kept here
License: GPLv2+
License: GPL-2.0-or-later
Url: https://src.fedoraproject.org/python-rpm-generators
# Commit is the last change in following files
Source0: https://raw.githubusercontent.com/rpm-software-management/rpm/102eab50b3d0d6546dfe082eac0ade21e6b3dbf1/COPYING
@ -47,6 +47,9 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
%{_rpmconfigdir}/pythonbundles.py
%changelog
* Tue May 02 2023 Dan Čermák <dan.cermak@cgc-instruments.com> - 14-4
- Switch license tag to SPDX
* Tue Mar 07 2023 Miro Hrončok <mhroncok@redhat.com> - 14-3
- Avoid needless pkg_resources import in pythonbundles.py
- Ignore environment markers in pythonbundles.py