Skip to content

Commit

Permalink
Release 6.1.9-200
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Feb 6, 2023
1 parent 5685b0a commit fdd0b1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package-scripts/build-kernel.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit fdd0b1c

Please sign in to comment.