From 2f9fe891ce18989ae7b5e1058732ed10279cc1c9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 03:07:39 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libxcrypt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libxcrypt.spec b/libxcrypt.spec index d8878fe..f40a78b 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -175,6 +175,7 @@ BuildRequires: fipscheck BuildRequires: gcc BuildRequires: glibc-devel >= %{glibc_minver} BuildRequires: libtool +BuildRequires: make # We do not need to keep this forever. %if !(0%{?fedora} > 31 || 0%{?rhel} > 10)