mirror of https://github.com/dynup/kpatch
Merge pull request #164 from useidel/master
correct build requirements for Fedora 20; yum-utils was missing
This commit is contained in:
commit
59cbfe63b8
|
@ -29,7 +29,7 @@ Install the dependencies for compiling kpatch:
|
||||||
|
|
||||||
Install the dependencies for the "kpatch-build" command:
|
Install the dependencies for the "kpatch-build" command:
|
||||||
|
|
||||||
sudo yum install rpmdevtools pesign
|
sudo yum install rpmdevtools pesign yum-utils
|
||||||
sudo yum-builddep kernel
|
sudo yum-builddep kernel
|
||||||
|
|
||||||
# optional, but highly recommended
|
# optional, but highly recommended
|
||||||
|
|
Loading…
Reference in New Issue