commit 51a3e4eb63908c3cdce00f502c2928a305b85fce
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:55:57 2022 +0100
Disable simpledrm patches
nvidia-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index c1f3420..9a86454 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-kmod
Epoch: 3
Version: 510.68.02
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL:
http://www.nvidia.com/
@@ -43,7 +43,7 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name}
--filterf
%setup -T -c
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
# patch loop
-%if 0%{!?_without_nvidia_kmod_patches:1}
+%if 0%{?_without_nvidia_kmod_patches:1}
%if 0%{?fedora}
%patch0 -p0
%patch1 -p1
@@ -83,6 +83,9 @@ done
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.68.02-2
+- Disable simpledrm patches
+
* Tue Apr 26 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:510.68.02-1
- Update to 510.68.02