Browse Source

Update Fedora kernels to v6.3.8

Maximilian Luz 2 years ago
parent
commit
6cf5f86177
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pkg/fedora/kernel-surface/build-linux-surface.py

+ 2 - 2
pkg/fedora/kernel-surface/build-linux-surface.py

@@ -18,13 +18,13 @@ PACKAGE_NAME = "surface"
 ## Fedora tags: kernel-X.Y.Z
 ## Upstream tags: vX.Y.Z
 ##
-PACKAGE_TAG = "kernel-6.3.7-0"
+PACKAGE_TAG = "kernel-6.3.8-0"
 
 ##
 ## The release number of the modified kernel package.
 ## e.g. 300 for kernel-6.3.1-300.fc38.foo
 ##
-PACKAGE_RELEASE = "3"
+PACKAGE_RELEASE = "1"
 
 ##
 ## Build options for configuring which parts of the kernel package are enabled.