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

That's because we moved libpq.so.5 into libpq package, per
devel list discussion:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/U3XR5EGU2TPI2CDHBRBUD4M4LK5OHKU3/

Related: rhbz#1618698, rhbz#1623764
This commit is contained in:
Pavel Raiskup 2018-09-05 14:55:41 +02:00
parent 37943d075e
commit 0ae69e04e1
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ BuildRequires: python3-devel
BuildRequires: python3-ply
BuildRequires: findutils sed
%if %{with SDB}
BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mariadb-connector-c-devel
BuildRequires: openldap-devel, libpq-devel, sqlite-devel, mariadb-connector-c-devel
BuildRequires: libdb-devel
%endif
%if %{with KYUA}