diff --git a/package-scripts/build-kernel.sh b/package-scripts/build-kernel.sh index 601b75d..45f4e78 100755 --- a/package-scripts/build-kernel.sh +++ b/package-scripts/build-kernel.sh @@ -1,8 +1,8 @@ #!/bin/bash -FEDORA_KERNEL_VERSION=6.1.8-200.fc37 +FEDORA_KERNEL_VERSION=6.1.9-200.fc37 PATCHES_GIT=https://github.com/t2linux/linux-t2-patches -PATCHES_COMMIT=ad1f804d54bc5c263695c6140d4602c5787004d1 +PATCHES_COMMIT=27805893690c463c2d1795b8c59fb5fab49368fc echo "=====INSTALLING DEPENDENCIES=====" dnf install -y ncurses-devel libbpf fedpkg rpmdevtools ccache openssl-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools @@ -23,7 +23,6 @@ cd /root/rpmbuild/SPECS # Fedora devs are against merging kernel-local for all architectures when keys are not properly specified, so we have to patch it in. sed -i "s@for i in %{all_arch_configs}@for i in *.config@g" kernel.spec sed -i 's/# define buildid .local/%define buildid .t2/g' kernel.spec -sed -i "s/patch_command='git --work-tree=. apply'/patch_command='git --work-tree=. apply -C2'/g" kernel.spec # sed -i 's/%define specrelease 200%{?buildid}%{?dist}/%define specrelease 202%{?buildid}%{?dist}/' kernel.spec # sed -i 's/%define pkgrelease 200/%define pkgrelease 202/' kernel.spec dnf -y builddep kernel.spec