Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-08 19:26:07 +00:00
parent 6b44d03827
commit dfd8ce437c

View File

@ -12,6 +12,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: make
BuildRequires: gcc BuildRequires: gcc
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6 BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
BuildRequires: protobuf-c-devel BuildRequires: protobuf-c-devel