From 1385711158900ff455a40fe55f4f0cae1cfc0948 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 06:18:15 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- ocaml-postgresql.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml-postgresql.spec b/ocaml-postgresql.spec index c7e2484..5920bb7 100644 --- a/ocaml-postgresql.spec +++ b/ocaml-postgresql.spec @@ -9,6 +9,7 @@ License: LGPLv2+ with exceptions URL: https://github.com/mmottl/postgresql-ocaml Source0: https://github.com/mmottl/postgresql-ocaml/releases/download/v%{version}/postgresql-ocaml-%{version}.tar.gz +BuildRequires: make BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-ocamlbuild