mirror of
https://github.com/t2linux/fedora.git
synced 2026-08-16 05:18:11 -07:00
kernel.sh: Read rpm version from kernel/version
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
set -e
|
||||
|
||||
KERNEL_VERSION=7.0.10-201.fc44
|
||||
KERNEL_VERSION=$(cat ./version)
|
||||
|
||||
cd "$sourcedir"
|
||||
koji download-build --quiet --arch=src "kernel-$KERNEL_VERSION"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
7.0.10-201.fc44
|
||||
Reference in New Issue
Block a user