From 38c5bdf2c0d0d36db4804dc90b77f798070eb2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 1 Mar 2023 03:51:26 +0000 Subject: [PATCH] Add python3-psycopg2-binary provide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王玺源 (cherry picked from commit aff8afa812a95ad04b75c159b696effea4c19cd0) --- python-psycopg2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index a41fc3c..5ed0532 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -9,7 +9,7 @@ %endif Name: python-psycopg2 Version: 2.9.5 -Release: 1 +Release: 2 Summary: PostgreSQL database adapter for the Python programming language License: GPL-3.0-only and LGPL-3.0-only URL: http://www.psycopg.org/psycopg/ @@ -40,7 +40,7 @@ Conflicts: python-psycopg2-zope < %{version} %package -n python3-psycopg2 Summary: %{summary} -%{?python_provide:%python_provide python3-psycopg2} +%{?python_provide:%python_provide python3-psycopg2 python3-psycopg2-binary} %description -n python3-psycopg2 %{desc} @@ -134,6 +134,9 @@ done %doc doc %changelog +* Wed Mar 01 2023 wangxiyuan - 2.9.5-2 +- Add python3-psycopg2-binary provide + * Wed Nov 09 2022 jiangxinyu - 2.9.5-1 - Upgrade package to version 2.9.5 -- Gitee