From 4dc4b32e96018a0323a45a279a00f6e42d5ff0f7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 12 Jan 2021 01:31:56 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- udica.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/udica.spec b/udica.spec index 2ea7cd3..0a5ce2b 100644 --- a/udica.spec +++ b/udica.spec @@ -6,6 +6,7 @@ Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ BuildArch: noarch Url: https://github.com/containers/udica +BuildRequires: make %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: python3 python3-devel python3-setuptools python3-pyflakes black Requires: python3 python3-libsemanage python3-libselinux