From abdaa96c18400a7410025f0d5f29071b3c320883 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Wed, 29 Apr 2015 11:50:23 -0500 Subject: [PATCH] readme: update dependencies for f21 Change the supported Fedora version to F21 and add a new dependency. For some reason, numactl-devel is needed by "rpmbuild -bp kernel", but isn't detected by "yum-builddep kernel". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c90ae38..69d8804 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Installation ###Prerequisites -####Fedora 20 +####Fedora 21 *NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in `~/.kpatch` and for ccache.* @@ -39,7 +39,7 @@ sudo yum install gcc kernel-devel elfutils elfutils-devel Install the dependencies for the "kpatch-build" command: ```bash -sudo yum install rpmdevtools pesign yum-utils openssl wget +sudo yum install rpmdevtools pesign yum-utils openssl wget numactl-devel sudo yum-builddep kernel sudo debuginfo-install kernel