Skip to content

Commit

Permalink
Fedora Linux v6.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Nov 17, 2023
1 parent c43085f commit 082209d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:38

ARG RPMBUILD_PATH=/root/rpmbuild
ARG FEDORA_KERNEL_VERSION=6.4.4-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
ARG FEDORA_KERNEL_VERSION=6.4.16-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38

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 \
&& rpmdev-setuptree \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ update_kernel_mbp

### Update to specific version of kernel
sudo -i
KERNEL_VERSION="6.4.4-f38" update_kernel_mbp
KERNEL_VERSION="6.4.16-f38" update_kernel_mbp

### Update to specific version of kernel using specific version of update script
#### Usually not needed, because scripts are shared between branches, but you can use it to update your update_kernel_mbp script
##### If the script fails, try to rerun it - it's due to self-upgrading feature of this script
sudo -i
KERNEL_VERSION="6.4.4-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp
KERNEL_VERSION="6.4.16-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp

### 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
sudo -i
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu -o pipefail
## Update fedora docker image tag, because kernel build is using `uname -r` when defining package version variable
RPMBUILD_PATH=/root/rpmbuild
MBP_VERSION=mbp
FEDORA_KERNEL_VERSION=6.4.4-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
FEDORA_KERNEL_VERSION=6.4.16-200.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=f38
REPO_PWD=$(pwd)

### Debug commands
Expand Down
2 changes: 1 addition & 1 deletion yum-repo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:38

ARG RELEASE_VERSION=6.4.4-f38
ARG RELEASE_VERSION=6.4.16-f38

WORKDIR /var/repo

Expand Down
2 changes: 1 addition & 1 deletion yum-repo/specs/mbp-fedora-t2-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mbp-fedora-t2-config
Version: 6.4.4
Version: 6.4.16
Release: 1%{?dist}
Summary: System configuration for mbp-fedora on Apple T2 Macs.

Expand Down

0 comments on commit 082209d

Please sign in to comment.