Skip to content

Commit 082209d

Browse files
committed
Fedora Linux v6.4.16
1 parent c43085f commit 082209d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

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

33
ARG RPMBUILD_PATH=/root/rpmbuild
4-
ARG FEDORA_KERNEL_VERSION=6.4.4-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
4+
ARG FEDORA_KERNEL_VERSION=6.4.16-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
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.4.4-f38" update_kernel_mbp
45+
KERNEL_VERSION="6.4.16-f38" 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.4.4-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp
51+
KERNEL_VERSION="6.4.16-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" 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.4.4-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
10+
FEDORA_KERNEL_VERSION=6.4.16-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
1111
REPO_PWD=$(pwd)
1212

1313
### Debug commands

yum-repo/Dockerfile

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

3-
ARG RELEASE_VERSION=6.4.4-f38
3+
ARG RELEASE_VERSION=6.4.16-f38
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.4.4
2+
Version: 6.4.16
33
Release: 1%{?dist}
44
Summary: System configuration for mbp-fedora on Apple T2 Macs.
55

0 commit comments

Comments
 (0)