From 89985695ccd8e194aed9c7593a42df4e3645bdd9 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jun 02 2021 16:08:56 +0000 Subject: [PATCH 1/2] Correct license to GPLv2 --- 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 From f649ba877e3aa2e15c0d74ed15540df690cf3e21 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jun 02 2021 16:08:59 +0000 Subject: [PATCH 2/2] Fix upstream URL --- diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index 5f58127..065f497 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -7,7 +7,7 @@ Release: 8%{?dist} # Note that there is no "lib" subdirectory License: GPLv2 -Url: https://src.fedoraproject.org/python-rpm-generators +Url: https://src.fedoraproject.org/rpms/python-rpm-generators # Commit is the last change in following files Source0: https://raw.githubusercontent.com/rpm-software-management/rpm/102eab50b3d0d6546dfe082eac0ade21e6b3dbf1/COPYING Source1: python.attr