Require libpq-devel instead of postgresql-server-devel (rhbz#2120322)

This commit is contained in:
Martin Osvald 2024-06-18 12:01:09 +02:00
parent 59d8bd5816
commit 278ca3de9e

View File

@ -45,9 +45,7 @@ BuildRequires: openssl-devel
# %%configure --with-dhcp-mysql
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: mariadb-connector-c-devel
# TODO: propose upstream fix so this is not needed (no server-side related
# headers nor configuration should be needed)
BuildRequires: postgresql-server-devel
BuildRequires: libpq-devel
%else
# %%configure --with-dhcp-mysql
BuildRequires: mariadb-devel