Switch license tag to SPDX
This commit is contained in:
parent
d6993270c2
commit
245bee51d2
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue