From bd10c8b3bd33cf6b3accbafe02519129fc78ce31 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Fri, 7 Nov 2025 11:26:38 +0300 Subject: [PATCH] psycopg3: Add missing BRs. Spotted during mock builds. --- .../main/common/psycopg3/main/python-psycopg3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rpm/redhat/main/common/psycopg3/main/python-psycopg3.spec b/rpm/redhat/main/common/psycopg3/main/python-psycopg3.spec index 3b0577a52..cc89483b2 100644 --- a/rpm/redhat/main/common/psycopg3/main/python-psycopg3.spec +++ b/rpm/redhat/main/common/psycopg3/main/python-psycopg3.spec @@ -23,18 +23,18 @@ Summary: A PostgreSQL database adapter for Python 3 Name: python3-%{sname} Version: 3.2.12 -Release: 1PGDG%{?dist} +Release: 2PGDG%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Url: https://psycopg.org Source0: https://github.com/psycopg/psycopg/archive/refs/tags/%{version}.tar.gz -BuildRequires: postgresql%{pgmajorversion}-devel -BuildRequires: python3-devel +BuildRequires: postgresql%{pgmajorversion}-devel python3-wheel +BuildRequires: python3-devel python3-pip python3-setuptools %if 0%{?suse_version} >= 1500 BuildRequires: python-rpm-macros %else -BuildRequires: pyproject-rpm-macros +BuildRequires: pyproject-rpm-macros pyproject-srpm-macros %endif Requires: libpq5 >= 10.0 @@ -145,6 +145,9 @@ fi %endif %changelog +* Fri Nov 7 2025 Devrim Gündüz - 3.2.12-2PGDG +- Add missing BRs. Spotted during mock builds. + * Mon Oct 27 2025 Devrim Gündüz - 3.2.12-1PGDG - Update to 3.2.12 per changes described at: https://github.com/psycopg/psycopg/releases/tag/3.2.12 -- 2.39.5