chore(kmod-nvidia): Add missing spec import and bump release (#7835)

This commit is contained in:
Gilver
2025-12-01 08:42:21 -06:00
committed by GitHub
parent 7a5243a23c
commit c53c4ccaed
2 changed files with 2 additions and 1 deletions
@@ -10,7 +10,7 @@
Name: kmod-%{kmod_name}
Version: 580.105.08
Release: 1%?dist
Release: 2%?dist
Summary: NVIDIA display driver kernel module
Epoch: 3
License: NVIDIA License
@@ -1,4 +1,5 @@
import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
let v = bump::madoguchi("nvidia-kmod-common", labels.branch);
let m = gh("NVIDIA/open-gpu-kernel-modules");