From 82d532c5b7e2d0c91bb220cbb276b3b93b793a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Tue, 11 Jun 2024 18:12:10 +0200 Subject: [PATCH] Correct Requires libpq everywhere (rhbz#2266555) --- python-psycopg3.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-psycopg3.spec b/python-psycopg3.spec index b9d80ba..7d1c700 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -20,7 +20,7 @@ Name: python-%{src_name} Version: 3.1.18 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python License: LGPL-3.0-only @@ -68,6 +68,7 @@ and Python features. Summary: %{Summary} BuildArch: noarch +Requires: libpq %description -n python3-%{src_name} %{description} @@ -76,6 +77,7 @@ BuildArch: noarch Summary: Connection pooling for Psycopg 3 Requires: python-%{src_name} BuildArch: noarch +Requires: libpq %description -n python3-%{src_name}_pool This package contains the pooling functionality for Psycopg 3. @@ -83,6 +85,7 @@ This package contains the pooling functionality for Psycopg 3. %if %{with cython} %package -n python3-%{src_name}_c Summary: C extensions for Psycopg 3 +Requires: libpq %description -n python3-%{src_name}_c This package contains the C extensions for enhanced performance in Psycopg 3. @@ -177,6 +180,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* %endif %changelog +* Mon Jun 10 2024 Ondrej Sloup - 3.1.18-6 +- Correct Requires libpq everywhere (rhbz#2266555) + * Sun Jun 09 2024 Python Maint - 3.1.18-5 - Rebuilt for Python 3.13