From aab36d24be207b8bd371c5acacf7772d000c11a6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 04:42:26 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- dpdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dpdk.spec b/dpdk.spec index a04da87..9e2110d 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -113,6 +113,7 @@ Requires: kmod pciutils findutils iproute python3-pyelftools %package examples Summary: Data Plane Development Kit example applications BuildRequires: libvirt-devel +BuildRequires: make %description examples Example applications utilizing the Data Plane Development Kit, such