commit c69b9320cea003d3eaee28b8a9b06e3fc46c3725
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 10 12:55:31 2023 +0200
Updated to version 470.199.02.
nvidia-470xx-kmod.spec | 10 +--
nvidia-470xx-linux-6.3-build-fixes.patch | 117 -------------------------------
2 files changed, 5 insertions(+), 122 deletions(-)
---
diff --git a/nvidia-470xx-kmod.spec b/nvidia-470xx-kmod.spec
index 197b9a9..ec3ee8d 100644
--- a/nvidia-470xx-kmod.spec
+++ b/nvidia-470xx-kmod.spec
@@ -10,9 +10,9 @@
Name: nvidia-470xx-kmod
Epoch: 3
-Version: 470.182.03
+Version: 470.199.02
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
License: Redistributable, no modification permitted
Summary: NVIDIA 470xx display driver kernel module
@@ -20,8 +20,6 @@ URL:
https://www.nvidia.com/
Source11: nvidia-470xx-kmodtool-excludekernel-filterfile
-Patch20: nvidia-470xx-linux-6.3-build-fixes.patch
-
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: x86_64
@@ -44,7 +42,6 @@ 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
-%patch20 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -76,6 +73,9 @@ done
%{?akmod_install}
%changelog
+* Fri Jun 30 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.199.02-1
+- Updated to version 470.199.02.
+
* Sat May 20 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.182.03-2
- Added patch for the Linux kernel 6.3 support.