Add conditional to help prevent shipping unsigned (secure boot) packages #7

Merged
jonathan merged 1 commits from jonathan/nvidia-open-kmod:a10s into a10s 2025-07-04 14:42:00 +00:00
Contributor

update to 575.64.03

update to 575.64.03
jonathan added 1 commit 2025-07-04 14:02:49 +00:00
Author
Contributor

Please merge using "rebase then fast forward".

Not ready to merge yet, waiting on test builds.

Please merge using "rebase then fast forward". Not ready to merge yet, waiting on test builds.
jonathan changed title from Add conditional to help prevent shipping unsigned (secure boot) packages to WIP: Add conditional to help prevent shipping unsigned (secure boot) packages 2025-07-04 14:06:01 +00:00
ngompa requested changes 2025-07-04 14:19:37 +00:00
@ -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"
Collaborator

Instead of echo + exit 1, use the following:

%{error:modsign_os macro not set to almalinux-nvidia-signing, exiting}
Instead of echo + exit 1, use the following: ```specfile %{error:modsign_os macro not set to almalinux-nvidia-signing, exiting} ```
jonathan marked this conversation as resolved
jonathan force-pushed a10s from 8793219330 to 88d534689c 2025-07-04 14:38:46 +00:00 Compare
jonathan changed title from WIP: Add conditional to help prevent shipping unsigned (secure boot) packages to Add conditional to help prevent shipping unsigned (secure boot) packages 2025-07-04 14:41:48 +00:00
jonathan merged commit 88d534689c into a10s 2025-07-04 14:42:00 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rpms/nvidia-open-kmod#7
No description provided.