commit b304da2d74a77e3ad21b2ea8d397a920e5fe4280
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 1 23:16:19 2024 +0000
fix build with gcc-14 ad kernel-6.7.3
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 5584808..9c3e909 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-kmod
Epoch: 3
Version: 545.29.06
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL:
https://www.nvidia.com/
@@ -93,6 +93,9 @@ done
%changelog
+* Thu Feb 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 3:545.29.06-3
+- fix build with gcc-14 ad kernel-6.7.3
+
* Wed Dec 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3:545.29.06-2
- Add fix for 'Flip event timeout' (rfbz6808)