Skip to content

Commit

Permalink
Fedora Linux v6.1.5 v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jan 12, 2023
1 parent 099dbd3 commit a651c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cd ${RPMBUILD_PATH}/SOURCES
# koji download-build --arch=src kernel-${FEDORA_KERNEL_VERSION}
# rpm -Uvh kernel-${FEDORA_KERNEL_VERSION}.src.rpm

curl -L https://fedorapeople.org/groups/repos/thl/kernel-vanilla-fedora/fedora-37/SRPMS/kernel-${FEDORA_KERNEL_VANILLA_VERSION}.src.rpm -O
rpm -Uvh kernel-${FEDORA_KERNEL_VANILLA_VERSION}.src.rpm
curl -L "https://fedorapeople.org/groups/repos/thl/kernel-vanilla-fedora/fedora-37/SRPMS/kernel-${FEDORA_KERNEL_VANILLA_VERSION}.src.rpm" -O
rpm -Uvh "kernel-${FEDORA_KERNEL_VANILLA_VERSION}.src.rpm"

cd ${RPMBUILD_PATH}/SPECS
dnf -y builddep kernel.spec
Expand Down

0 comments on commit a651c7c

Please sign in to comment.