From 89985695ccd8e194aed9c7593a42df4e3645bdd9 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 2 Jun 2021 18:03:02 +0200 Subject: [PATCH] Correct license to GPLv2 --- python-rpm-generators.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index 6011515..5f58127 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -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 - 12-8 +- Correct license to GPLv2 + * Tue May 25 2021 Tomas Orsava - 12-7 - pythondistdeps.py: Detect missing or corrupted metadata - pythondistdeps.py: Catch all exceptions and terminate the build if one is raised