From 7b2ebd7e056332e2c9b6f2af71ed965ee4bbba09cc96dff86c246433e80b9545 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 11 Oct 2023 11:57:31 +0000 Subject: [PATCH] - disabled build of nvidia-peermem module; it's no longer needed and never worked anyway (it was only a stub) OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=52 --- nvidia-open-driver-G06-signed.changes | 6 ++++++ nvidia-open-driver-G06-signed.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/nvidia-open-driver-G06-signed.changes b/nvidia-open-driver-G06-signed.changes index e4aedfb..0d8f90c 100644 --- a/nvidia-open-driver-G06-signed.changes +++ b/nvidia-open-driver-G06-signed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 11 11:50:12 UTC 2023 - Stefan Dirsch + +- disabled build of nvidia-peermem module; it's no longer needed + and never worked anyway (it was only a stub) + ------------------------------------------------------------------- Mon Oct 2 15:21:44 UTC 2023 - Stefan Dirsch diff --git a/nvidia-open-driver-G06-signed.spec b/nvidia-open-driver-G06-signed.spec index 38fe975..91916fc 100644 --- a/nvidia-open-driver-G06-signed.spec +++ b/nvidia-open-driver-G06-signed.spec @@ -122,6 +122,8 @@ export CFLAGS="-Wall -mno-outline-atomics" %endif # kernel was compiled using a different compiler export CC=gcc +# no longer needed and never worked anyway (it was only a stub) +export NV_EXCLUDE_KERNEL_MODULES=nvidia-peermem for flavor in %{flavors_to_build}; do rm -rf obj/$flavor cp -r source obj/$flavor