Correct license to GPLv2

This commit is contained in:
Petr Viktorin 2021-06-02 18:03:02 +02:00
parent cc489bde7a
commit 89985695cc
1 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,12 @@
Name: python-rpm-generators
Summary: Dependency generators for Python RPMs
Version: 12
Release: 7%{?dist}
Release: 8%{?dist}
# See beginning of the COPYING file.
# Note that there is no "lib" subdirectory
License: GPLv2
# Originally all those files were part of RPM, so license is kept here
License: GPLv2+
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 +49,9 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
%{_rpmconfigdir}/pythonbundles.py
%changelog
* Wed Jun 02 2021 Petr Viktorin <pviktori@redhat.com> - 12-8
- Correct license to GPLv2
* Tue May 25 2021 Tomas Orsava <torsava@redhat.com> - 12-7
- pythondistdeps.py: Detect missing or corrupted metadata
- pythondistdeps.py: Catch all exceptions and terminate the build if one is raised