commit c896fb24b5256ec49004802c0dd7332fb9d81710
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Mar 31 13:25:38 2023 +0200
Updated to version 470.182.03.
nvidia-470xx-kmod.spec | 10 +--
nvidia-470xx-linux-6.2-build-fixes.patch | 145 -------------------------------
2 files changed, 5 insertions(+), 150 deletions(-)
---
diff --git a/nvidia-470xx-kmod.spec b/nvidia-470xx-kmod.spec
index 67d45fd..bd63ddd 100644
--- a/nvidia-470xx-kmod.spec
+++ b/nvidia-470xx-kmod.spec
@@ -10,9 +10,9 @@
Name: nvidia-470xx-kmod
Epoch: 3
-Version: 470.161.03
+Version: 470.182.03
# 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.2-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 Mar 31 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.182.03-1
+- Updated to version 470.182.03.
+
* Sat Feb 25 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.161.03-2
- Added patch for the Linux kernel 6.2 support.