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 09:37:13 +02:00
parent 4561b5e258
commit 9a652ae00d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This package contains the gmysql backend for %{name}
Summary: PostgreSQL backend for %{name}
Group: System Environment/Daemons
Requires: %{name}%{?_isa} = %{version}-%{release}
BuildRequires: postgresql-devel
BuildRequires: libpq-devel
%global backends %{backends} gpgsql
%description backend-postgresql