From 1689c1b7c42b2bcb49fdc17ad0acf623b7de2ada Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 05:43:20 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- hwdata.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwdata.spec b/hwdata.spec index 3a9c7af..99dd6bc 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -7,6 +7,8 @@ Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz URL: https://github.com/vcrhonek/hwdata BuildArch: noarch +BuildRequires: make + %description hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases.