From 7811509410b68d91c07e2d92bd854fcfe1d1db40 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 03:14:41 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- cachefilesd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cachefilesd.spec b/cachefilesd.spec index b519b25..001548a 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -10,6 +10,7 @@ Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-%{version}.tar.bz BuildRequires: gcc BuildRequires: systemd-units +BuildRequires: make Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units