diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index 580eb06..a395a51 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -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 - 14-4 +- Switch license tag to SPDX + * Tue Mar 07 2023 Miro Hrončok - 14-3 - Avoid needless pkg_resources import in pythonbundles.py - Ignore environment markers in pythonbundles.py