From e2dd1d413b1c24868db7933a453a536333b99eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Miotk?= Date: Thu, 12 Mar 2020 11:56:09 +0100 Subject: [PATCH] Fedora Linux v5.5.8 (#7) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 43ad31b..b3db68b 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,9 @@ set -eu -o pipefail ## Update fedora docker image tag, because kernel build is using `uname -r` when defining package version variable FEDORA_KERNEL_GIT_URL=https://src.fedoraproject.org/rpms/kernel.git -FEDORA_KERNEL_VERSION=5.5.7 +FEDORA_KERNEL_VERSION=5.5.8 FEDORA_KERNEL_BRANCH_NAME=f31 -FEDORA_KERNEL_COMMIT_HASH=348755927b84cae22c2438987ee2440a019a55bd # https://src.fedoraproject.org/rpms/kernel/commits/f31 +FEDORA_KERNEL_COMMIT_HASH=281d5b5f30b12b3eb775e376a085198c1274509d # https://src.fedoraproject.org/rpms/kernel/commits/f31 ### Debug commands echo "FEDORA_KERNEL_VERSION=$FEDORA_KERNEL_VERSION"