Compare commits
No commits in common. "main" and "a10" have entirely different histories.
@ -1,13 +1,11 @@
|
||||
Conflicts: akmod-%{kmodname}
|
||||
Conflicts: dkms-%{kmodname}
|
||||
Conflicts: kmod-%{kmodname}-dkms
|
||||
# Conflict with legacy driver
|
||||
Conflicts: dkms-nvidia
|
||||
Conflicts: kmod-nvidia${dashvariant}
|
||||
# Declare ourselves as a provider of the nvidia kernel module
|
||||
Conflicts: nvidia-kmod
|
||||
Provides: nvidia-kmod = 3:%{version}-%{release}
|
||||
Provides: kmod-nvidia-open${dashvariant} = 3:%{version}-%{release}
|
||||
# Require our parts of the stack
|
||||
Requires: nvidia-open-kmod = %{version}-%{release}
|
||||
# Install if negativo17 packaged userspace libraries are being installed
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
Name: %{kmodname}-kmod
|
||||
Version: 580.105.08
|
||||
Version: 575.64.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Kernel module (kmod) for NVIDIA GPU hardware
|
||||
|
||||
@ -51,7 +51,7 @@ BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
|
||||
# Depend on nvidia/negativo17 kmod support packaging
|
||||
# Depend on negativo17 kmod support packaging
|
||||
Requires: nvidia-kmod-common = 3:%{version}
|
||||
|
||||
# Only supported architectures for the driver
|
||||
@ -67,10 +67,6 @@ This package contains the kernel modules for providing
|
||||
hardware support for the NVIDIA Turing (GTX 16/RTX 20)
|
||||
and newer models of GPU hardware.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
|
||||
%prep
|
||||
# let's make sure we don't publish unsigned builds, that would be bad
|
||||
@ -85,7 +81,6 @@ for flavor in %{flavors_to_build}; do
|
||||
mv ../%{name}-%{version}-kmodbuild-$flavor .
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
# This module is useless
|
||||
export NV_EXCLUDE_KERNEL_MODULES=nvidia-peermem
|
||||
@ -111,35 +106,12 @@ for flavor in %{flavors_to_build}; do
|
||||
done
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 06 2025 almalinux-bot-nvidia <almalinux-bot-nvidia@almalinux.org> - 580.105.08-1
|
||||
- Update to 580.105.08
|
||||
|
||||
* Thu Nov 06 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Thu Oct 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-2
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Thu Oct 02 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-1
|
||||
- Update to 580.95.05
|
||||
|
||||
* Thu Oct 02 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.82.07-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Wed Sep 03 2025 Jonathan Wright <jonathan@almalinux.org> - 580.82.07-1
|
||||
- Update to 580.82.07
|
||||
|
||||
* Sun Aug 24 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 580.65.06-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Mon Aug 04 2025 Neal Gompa <ngompa@almalinux.org> - 580.65.06-2
|
||||
- Drop metapackage and add more Provides for NVIDIA repository compatibility
|
||||
|
||||
* Mon Aug 04 2025 Neal Gompa <ngompa@almalinux.org> - 580.65.06-1
|
||||
- Update to 580.65.06
|
||||
- Add nvidia-open metapackage for driver+userspace installation
|
||||
|
||||
* Fri Jul 04 2025 Jonathan Wright <jonathan@almalinux.org> - 575.64.03-1
|
||||
- Add conditional to help prevent shipping unsigned (secure boot) packages
|
||||
- update to 575.64.03
|
||||
@ -156,3 +128,4 @@ done
|
||||
|
||||
* Mon May 26 2025 Neal Gompa <ngompa@almalinux.org> - 570.153.02-1
|
||||
- Initial package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (open-gpu-kernel-modules-580.105.08.tar.gz) = 4b13f8262b589a35d88d9a4affd6b17d81d841a277a87f8708079db2aec3a03536a1ef1700696ab68f6398ccb2569d71a62d5208229f3a7ba0d487f19a34878f
|
||||
SHA512 (open-gpu-kernel-modules-575.64.03.tar.gz) = 43651b3f2f646c2f3b395c2790025d1f39765e8dfe6ccf2c3d4e8a7a8f75827f50b7ef45d05c890c24f7e032a0aaf02583943b3c62191fcdb34d424abb3610c2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user