From 9537c23e82622d0869cbf703edc38801a3a38ec6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 03:26:28 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- certmonger.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/certmonger.spec b/certmonger.spec index 8d6ae9a..3684910 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -90,6 +90,7 @@ Requires(post): %{_bindir}/dbus-send %if %{systemd} BuildRequires: systemd-units +BuildRequires: make Requires(post): systemd-units Requires(preun): systemd-units, dbus, sed Requires(postun): systemd-units