Blame SOURCES/0002-spec-add-explicit-build-dependency-on-make.patch

bfffda
From a9f23f088794c9b92c1471fc86c2b3c39ab475fd Mon Sep 17 00:00:00 2001
bfffda
From: Stefan Hajnoczi <stefanha@redhat.com>
bfffda
Date: Tue, 9 Mar 2021 14:19:13 +0000
bfffda
Subject: [PATCH 2/2] spec: add explicit build dependency on make
bfffda
bfffda
Fedora 34 is removing make from the buildroot. An explicit dependency is
bfffda
now required:
bfffda
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
bfffda
bfffda
Adding an explicit build dependency on make seems reasonable across all
bfffda
rpm-based distros. It won't hurt on distros where make is always
bfffda
available in the buildroot.
bfffda
bfffda
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
bfffda
Link: https://lore.kernel.org/r/20210309141913.262131-3-stefanha@redhat.com
bfffda
Signed-off-by: Jens Axboe <axboe@kernel.dk>
bfffda
---
bfffda
 liburing.spec | 1 +
bfffda
 1 file changed, 1 insertion(+)
bfffda
bfffda
diff --git a/liburing.spec b/liburing.spec
bfffda
index 8607074..0268d23 100644
bfffda
--- a/liburing.spec
bfffda
+++ b/liburing.spec
bfffda
@@ -7,6 +7,7 @@ Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
bfffda
 Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
bfffda
 URL: https://git.kernel.dk/cgit/liburing/
bfffda
 BuildRequires: gcc
bfffda
+BuildRequires: make
bfffda
 
bfffda
 %description
bfffda
 Provides native async IO for the Linux kernel, in a fast and efficient
bfffda
-- 
bfffda
2.30.2
bfffda