diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 25298f686c1e4e24b756650c8ab0737df527c59b..0b78a539efc314d74408c213a02ef1f0f0878007 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,6 +1,6 @@ Name: python-psycopg2 Version: 2.7.5 -Release: 3.1 +Release: 3.2 Summary: PostgreSQL database adapter for the Python programming language License: LGPLv3+ with exceptions URL: http://www.psycopg.org/psycopg/ @@ -43,7 +43,7 @@ Summary: %{summary} %package -n python2-psycopg2-tests Summary: A testsuite for %{summary} -Requires: python2-%srcname = %version-%release +Requires: python2-psycopg2 = %version-%release %description -n python2-psycopg2-tests %desc @@ -71,7 +71,7 @@ Summary: %{summary} %package -n python3-psycopg2-tests Summary: A testsuite for %{summary} -Requires: python3-%srcname = %version-%release +Requires: python3-psycopg2 = %version-%release %description -n python3-psycopg2-tests %desc @@ -193,5 +193,8 @@ done %doc doc examples/ %changelog +* Tue Mar 10 2020 chenli - 2.7.5-3.2 +- Fix python2-psycopg2-tests install error + * Wed Feb 12 2020 openEuler Buildteam - 2.7.5-3.1 - Package init