From b5fc63f72cc5f6a58ad9ba99f6d181e1d532fcfc Mon Sep 17 00:00:00 2001 From: chenholmes Date: Tue, 10 Mar 2020 14:10:46 +0800 Subject: [PATCH] fix install error --- python-psycopg2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 25298f6..0b78a53 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 -- Gitee