Skip to content

Commit

Permalink
Fedora Linux v6.1.5 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jan 12, 2023
1 parent 8af4ec6 commit 099dbd3
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:37

ARG RPMBUILD_PATH=/root/rpmbuild
ARG FEDORA_KERNEL_VERSION=6.1.0-300.fc37 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=F37
ARG FEDORA_KERNEL_VERSION=6.1.5-300.fc37 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=F37

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.1.0-f37" update_kernel_mbp
KERNEL_VERSION="6.1.5-f37" 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.1.0-f37" UPDATE_SCRIPT_BRANCH="v6.0-f37" update_kernel_mbp
KERNEL_VERSION="6.1.5-f37" UPDATE_SCRIPT_BRANCH="v6.0-f37" 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.1.0-65.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=F37
# FEDORA_KERNEL_VERSION=6.1.5-65.fc38 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=F37
FEDORA_KERNEL_VANILLA_VERSION=6.1.5-250.vanilla.1.fc37 # https://fedorapeople.org/groups/repos/thl/kernel-vanilla-fedora/fedora-37/SRPMS/
REPO_PWD=$(pwd)

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:37

ARG RELEASE_VERSION=6.1.0-f37
ARG RELEASE_VERSION=6.1.5-f37

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.1.0
Version: 6.1.5
Release: 1%{?dist}
Summary: System configuration for mbp-fedora on Apple T2 Macs.

Expand Down

0 comments on commit 099dbd3

Please sign in to comment.