From 6bd8e5c6eb187cca0eab24dead939e5388d10108 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Jun 2024 10:36:56 +0800 Subject: [PATCH] License compliance rectification --- python-pyinstaller.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pyinstaller.spec b/python-pyinstaller.spec index 8be38d4..4d7c17f 100644 --- a/python-pyinstaller.spec +++ b/python-pyinstaller.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pyinstaller Version: 3.6 -Release: 1 +Release: 2 Summary: PyInstaller bundles a Python application and all its dependencies into a single package. -License: GPL license with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) +License: GPL-2.0-only URL: http://www.pyinstaller.org Source0: https://files.pythonhosted.org/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-%{version}.tar.gz Patch6000: Fix-Gcc-warnings-for-strncpy-and-strncat.patch @@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog -* Mon Jun 22 2020 Python_Bot +* Thu Jun 13 2024 yao_xin - 3.6-2 +- License compliance rectification + +* Mon Jun 22 2020 Python_Bot - 3.6-1 - Package Spec generated