commit 4d374084fb6910bae527c142f83167c29a2b5767
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 21 16:14:07 2022 +0100
Update to 515.76
add_missing_include.patch | 23 -----------------------
nvidia-kmod.spec | 11 +++++------
2 files changed, 5 insertions(+), 29 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 7eb69da..3e70583 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,16 +10,14 @@
Name: nvidia-kmod
Epoch: 3
-Version: 515.65.01
+Version: 515.76
# Taken over by kmodtool
-Release: 4%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL:
https://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
-#
https://github.com/NVIDIA/open-gpu-kernel-modules/pull/350
-Patch0: add_missing_include.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: x86_64
@@ -48,8 +46,6 @@ mv kernel kernel-closed
mv kernel-open kernel
%endif
# patch loop
-ls
-%patch0 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -84,6 +80,9 @@ done
%changelog
+* Wed Sep 21 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.76-1
+- Update to 515.76
+
* Fri Aug 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.65.01-4
- Fix kernel-6.0rc build issue