From 406e64d74ccc2fc1c5bf6a82da0015bdb4d4230d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 03:19:22 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- lldpd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/lldpd.spec b/lldpd.spec index 7b8cb01..0dbbf98 100644 --- a/lldpd.spec +++ b/lldpd.spec @@ -37,6 +37,7 @@ BuildRequires: libevent-devel %if 0%{?with_systemd} # For systemd stuff BuildRequires: systemd +BuildRequires: make %{?systemd_requires} %else Requires(post): chkconfig