BuildRequires: s/postgresql-devel/libpq-devel/

That's because we moved libpq.so.5 into libpq package.

Related: rhbz#1618698, rhbz#1623764
This commit is contained in:
Pavel Raiskup 2018-09-06 08:48:07 +02:00
parent 4edcbbaed3
commit d0ffb95be5
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ BuildRequires: openssl-devel
# %%configure --with-dhcp-mysql
BuildRequires: mariadb-connector-c-devel
# %%configure --with-dhcp-pgsql
BuildRequires: postgresql-devel
BuildRequires: libpq-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: log4cplus-devel
%ifnarch s390 %{mips}
BuildRequires: valgrind-devel