From 46e5d8ad32fa267c2c69fcc325d7095defbc5d6d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 01:06:39 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- jitterentropy.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/jitterentropy.spec b/jitterentropy.spec index fae17e2..51a07cf 100644 --- a/jitterentropy.spec +++ b/jitterentropy.spec @@ -8,6 +8,7 @@ URL: https://github.com/smuellerDD/jitterentropy-library Source0: %url/archive/%{name}-library-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make # Disable Upstream Makefiles debuginfo strip on install Patch0: jitterentropy-rh-makefile.patch