forked from rpms/nvidia-open-kmod
Update to 580.65.06
- Add nvidia-open metapackage for driver+userspace installation
This commit is contained in:
parent
88d534689c
commit
b27e2a9dfa
@ -1,5 +1,6 @@
|
||||
Conflicts: akmod-%{kmodname}
|
||||
Conflicts: dkms-%{kmodname}
|
||||
Conflicts: kmod-%{kmodname}-dkms
|
||||
# Conflict with legacy driver
|
||||
Conflicts: dkms-nvidia
|
||||
Conflicts: kmod-nvidia${dashvariant}
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
Name: %{kmodname}-kmod
|
||||
Version: 575.64.03
|
||||
Version: 580.65.06
|
||||
Release: 1%{?dist}
|
||||
Summary: Kernel module (kmod) for NVIDIA GPU hardware
|
||||
|
||||
@ -51,7 +51,7 @@ BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
|
||||
# Depend on negativo17 kmod support packaging
|
||||
# Depend on nvidia/negativo17 kmod support packaging
|
||||
Requires: nvidia-kmod-common = 3:%{version}
|
||||
|
||||
# Only supported architectures for the driver
|
||||
@ -67,6 +67,32 @@ 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
|
||||
|
||||
%dnl ----------------------------------------------------------------
|
||||
|
||||
%package -n %{kmodname}
|
||||
Summary: NVIDIA Driver metapackage
|
||||
Provides: %{kmodname} = 3:%{version}-%{release}
|
||||
Requires: %{kmodname}-kmod = %{version}-%{release}
|
||||
Requires: libnvidia-fbc = 3:%{version}
|
||||
Requires: libnvidia-ml = 3:%{version}
|
||||
Requires: nvidia-driver = 3:%{version}
|
||||
Requires: nvidia-driver-cuda = 3:%{version}
|
||||
Requires: nvidia-libXNVCtrl = 3:%{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{kmodname}
|
||||
NVIDIA Driver meta-package, Open GPU kernel modules, latest version
|
||||
Meta-package requesting all necessary packages related to the NVIDIA driver.
|
||||
|
||||
%files -n %{kmodname}
|
||||
# empty for metapackage
|
||||
|
||||
%dnl ----------------------------------------------------------------
|
||||
|
||||
|
||||
%prep
|
||||
# let's make sure we don't publish unsigned builds, that would be bad
|
||||
@ -106,12 +132,11 @@ for flavor in %{flavors_to_build}; do
|
||||
done
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (open-gpu-kernel-modules-575.64.03.tar.gz) = 43651b3f2f646c2f3b395c2790025d1f39765e8dfe6ccf2c3d4e8a7a8f75827f50b7ef45d05c890c24f7e032a0aaf02583943b3c62191fcdb34d424abb3610c2
|
||||
SHA512 (open-gpu-kernel-modules-580.65.06.tar.gz) = b1cdc014b871b174897d6f5df5994c152cc088f3a71acf1e2dfce5fa173369213406d1ff9e4289df23f7e946eabdcdbaa84d8c4644a3e113fe4f329f991724f8
|
||||
|
Loading…
Reference in New Issue
Block a user