Add conditional to help prevent shipping unsigned (secure boot) packages #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "jonathan/nvidia-open-kmod:a10s"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
update to 575.64.03
Please merge using "rebase then fast forward".
Not ready to merge yet, waiting on test builds.
Add conditional to help prevent shipping unsigned (secure boot) packagesto WIP: Add conditional to help prevent shipping unsigned (secure boot) packages@ -72,1 +72,3 @@%autosetup -n open-gpu-kernel-modules-%{version} -S git_am# let's make sure we don't publish unsigned builds, that would be bad%if "%{modsign_os}" != "almalinux-nvidia-signing"echo "modsign_os macro not set to almalinux-nvidia-signing, exiting"Instead of echo + exit 1, use the following:
8793219330to88d534689cWIP: Add conditional to help prevent shipping unsigned (secure boot) packagesto Add conditional to help prevent shipping unsigned (secure boot) packages