DBZ-1272 Relax Postgres version requirements

pull/19/head v0.10.0.Alpha1
Jiri Pechanec 2019-05-15 08:44:43 +02:00 committed by Gunnar Morling
parent c1a5f51179
commit 0b536f372e
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 Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
BuildRequires: gcc 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: postgis-devel >= 2
BuildRequires: protobuf-c-devel BuildRequires: protobuf-c-devel