From 63eb49d1ac3e82dcf49e6ef1634806152a64df03 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:08:34 +0800 Subject: [PATCH] License compliance rectification --- python-firebirdsql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-firebirdsql.spec b/python-firebirdsql.spec index 3d496c9..14e3420 100644 --- a/python-firebirdsql.spec +++ b/python-firebirdsql.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-firebirdsql Version: 1.2.1 -Release: 1 +Release: 2 Summary: Firebird RDBMS bindings for python. -License: BSD +License: BSD-2-Clause URL: http://github.com/nakagami/pyfirebirdsql/ Source0: https://files.pythonhosted.org/packages/1e/da/9e61882b7fcec7169043e3174284ede8f7c21f050460ea2eb76815ae7bde/firebirdsql-1.2.1.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mon 10 2022 xigaoxinyan - 1.2.1-2 +- License compliance rectification + * Mon Dec 20 2021 Python_Bot - 1.2.1-1 - Package Init -- Gitee