diff --git a/python-psycopg2.spec b/python-psycopg2.spec index ec5c8a1..814d552 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -9,9 +9,9 @@ %endif Name: python-psycopg2 Version: 2.8.4 -Release: 2 +Release: 3 Summary: PostgreSQL database adapter for the Python programming language -License: LGPLv3+ with exceptions +License: GPL-3.0-only and LGPL-3.0-only URL: http://www.psycopg.org/psycopg/ Source0: https://github.com/psycopg/psycopg2/archive/%{release_version}.tar.gz @@ -135,6 +135,9 @@ done %doc doc %changelog +* Mon Jul 26 2021 zhouwenpei - 2.8.4-3 +- modify build require and fix licenses failed + * Thu Oct 29 2020 xinghe - 2.8.4-2 - remove python2 dependency