DBZ-1272 Relax Postgres version requirements

pull/18/head
Jiri Pechanec 2019-05-15 08:44:43 +02:00
parent 5c9ce123af
commit 2288d62642
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ URL: https://github.com/debezium/postgres-decoderbufs
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
BuildRequires: gcc
BuildRequires: postgresql-devel >= 11, postgresql-server-devel >= 11, postgresql-devel < 12, postgresql-server-devel < 12, postgis-devel < 12
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
BuildRequires: postgis-devel >= 2
BuildRequires: protobuf-c-devel