diff --git a/python-firebirdsql.spec b/python-firebirdsql.spec index 3d496c9a184a35b22943b55542092b1fe51eef93..14e342063c2167d3649db452ad13bb37da81e3ed 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