Skip to content

Commit 124b4df

Browse files
committed
Fedora Linux v6.5.4
1 parent ee1d14c commit 124b4df

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM fedora:39
22

33
ARG RPMBUILD_PATH=/root/rpmbuild
4-
ARG FEDORA_KERNEL_VERSION=6.5.11-300.fc39 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f39
4+
ARG FEDORA_KERNEL_VERSION=6.5.4-300.fc39 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f39
55

66
RUN dnf install -y fedpkg fedora-packager rpmdevtools ncurses-devel pesign git libkcapi libkcapi-devel libkcapi-static libkcapi-tools zip curl dwarves libbpf rpm-sign \
77
&& rpmdev-setuptree \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ update_kernel_mbp
4242

4343
### Update to specific version of kernel
4444
sudo -i
45-
KERNEL_VERSION="6.5.11-f39" update_kernel_mbp
45+
KERNEL_VERSION="6.5.4-f39" update_kernel_mbp
4646

4747
### Update to specific version of kernel using specific version of update script
4848
#### Usually not needed, because scripts are shared between branches, but you can use it to update your update_kernel_mbp script
4949
##### If the script fails, try to rerun it - it's due to self-upgrading feature of this script
5050
sudo -i
51-
KERNEL_VERSION="6.5.11-f39" UPDATE_SCRIPT_BRANCH="v6.5-f39" update_kernel_mbp
51+
KERNEL_VERSION="6.5.4-f39" UPDATE_SCRIPT_BRANCH="v6.5-f39" update_kernel_mbp
5252

5353
### If kernel update using dnf would file you can execute update_kernel_mbp script with `--github` argument, it will force it to use github to download kernel RPMs
5454
sudo -i

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -eu -o pipefail
77
## Update fedora docker image tag, because kernel build is using `uname -r` when defining package version variable
88
RPMBUILD_PATH=/root/rpmbuild
99
MBP_VERSION=mbp
10-
FEDORA_KERNEL_VERSION=6.5.11-300.fc39 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f39
10+
FEDORA_KERNEL_VERSION=6.5.4-300.fc39 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f39
1111
REPO_PWD=$(pwd)
1212

1313
### Debug commands

kernel_patches.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set -eu -o pipefail
99

1010
APPLE_SMC_DRIVER_GIT_URL=https://github.com/t2linux/linux-t2-patches
1111
APPLE_SMC_REPO_NAME=linux-t2-patches
12-
APPLE_SMC_DRIVER_BRANCH_NAME=fix/2009_v6.5.11
13-
APPLE_SMC_DRIVER_COMMIT_HASH=07fc8e2ac766119ee6368d92b9e4237d46037598
12+
APPLE_SMC_DRIVER_BRANCH_NAME=main
13+
APPLE_SMC_DRIVER_COMMIT_HASH=3e8b7ae9f37f1cee62b7a2712de9c049a1863c89
1414

1515
TMP_DIR=/tmp/tmp_dir
1616
REPO_PWD=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

yum-repo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM fedora:39
22

3-
ARG RELEASE_VERSION=6.5.11-f39
3+
ARG RELEASE_VERSION=6.5.4-f39
44

55
WORKDIR /var/repo
66

yum-repo/specs/mbp-fedora-t2-config.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mbp-fedora-t2-config
2-
Version: 6.5.11
2+
Version: 6.5.4
33
Release: 1%{?dist}
44
Summary: System configuration for mbp-fedora on Apple T2 Macs.
55

0 commit comments

Comments
 (0)