From 54888162685d4df9e9f6be79ed64928dada4807e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 17 Jan 2019 12:53:50 +0100 Subject: [PATCH 1/2] keyutils: Do not install into /usr/sbin The path of /sbin/request-key is hardcoded into the kernel in security/keys/request_key.c. So make sure, we install into /sbin not unto /usr/sbin. Set EPREFIX to empty. --- keyutils.be0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keyutils.be0 b/keyutils.be0 index ae13094c5..601a1ff17 100755 --- a/keyutils.be0 +++ b/keyutils.be0 @@ -2,6 +2,10 @@ # BEE_VERSION keyutils-1.5.11-0 +# path /sbin/request-key is harcoded into the kernel in security/keys/request_key.c +# +EPREFIX= + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 6f3f4a87a82ede7421cccfc7c00877d9a57fb0a4 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 17 Jan 2019 18:05:55 +0100 Subject: [PATCH 2/2] keyutils: Increment build number --- keyutils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyutils.be0 b/keyutils.be0 index 601a1ff17..0cb9259ae 100755 --- a/keyutils.be0 +++ b/keyutils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION keyutils-1.5.11-0 +# BEE_VERSION keyutils-1.5.11-1 # path /sbin/request-key is harcoded into the kernel in security/keys/request_key.c #