Build directly with client library - libpq instead of
private one (postgresql-private-devel)
This commit is contained in:
parent
7a72141193
commit
0ba0e3967d
@ -50,7 +50,7 @@ features offered by PostgreSQL.
|
||||
Summary: %{sum}
|
||||
Name: python-%{srcname}
|
||||
Version: 2.9.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
||||
License: LGPLv3+ with exceptions
|
||||
Url: http://initd.org/psycopg/
|
||||
@ -63,7 +63,7 @@ Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-%{version}.tar.g
|
||||
%{?with_python3_debug:BuildRequires: python3-debug}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(libpq)
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: python-sphinx
|
||||
|
||||
# For testsuite
|
||||
@ -311,6 +311,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Filip Janus <fjanus@redhat.co> - 2.9.3-5
|
||||
- Build directly with libpq-devel
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.9.3-4
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user