Compare commits

...

1 Commits

Author SHA1 Message Date
2e48e57ce6 Rebase to official NVIDIA CUDA repo 2025-08-06 11:46:38 -05:00
4 changed files with 48 additions and 64 deletions

View File

@ -1,31 +1,31 @@
# NVIDIA driver repo for AlmaLinux
[almalinux-nvidia]
name=AlmaLinux Kitten $releasever - NVIDIA Driver
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/nvidia
# baseurl=https://kitten.repo.almalinux.org/$releasever-kitten/nvidia/$basearch/os/
name=AlmaLinux $releasever - NVIDIA Driver
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nvidia
# baseurl=https://repo.almalinux.org/$releasever/nvidia/$basearch/os/
gpgcheck=1
enabled=1
countme=1
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-$releasever
metadata_expire=6h
## Sources
[almalinux-nvidia-source]
name=AlmaLinux Kitten $releasever - NVIDIA Driver Source
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/nvidia-source
# baseurl=https://kitten.vault.almalinux.org/$releasever-kitten/nvidia/Source/
name=AlmaLinux $releasever - NVIDIA Driver Source
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nvidia-source
# baseurl=https://vault.almalinux.org/$releasever/nvidia/Source/
gpgcheck=1
enabled=0
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-$releasever
metadata_expire=6h
## Debug
[almalinux-nvidia-debuginfo]
name=AlmaLinux Kitten $releasever - NVIDIA Driver debuginfo
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/nvidia-debuginfo
# baseurl=https://kitten.vault.almalinux.org/$releasever-kitten/nvidia/debug/$basearch/
name=AlmaLinux $releasever - NVIDIA Driver debuginfo
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/nvidia-debug
# baseurl=https://vault.almalinux.org/$releasever/nvidia/debug/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-$releasever
metadata_expire=6h

View File

@ -1,12 +1,12 @@
Name: almalinux-release-nvidia-driver
Summary: AlmaLinux NVIDIA driver repository configuration
Version: 10
Release: 1%{?dist}
Version: %{?rhel}
Release: 3%{?dist}
License: GPL-2.0-only
URL: https://almalinux.org/
ExclusiveArch: %{x86_64} %{arm64}
ExclusiveArch: x86_64 %{x86_64} %{arm64}
Source0: almalinux-nvidia.repo
Source1: negativo-nvidia.repo
Source1: nvidia-cuda.repo
Requires: epel-release
Requires(post): epel-release
@ -23,13 +23,20 @@ DNF configuration for AlmaLinux NVIDIA driver repository
sed -i "s/\$basearch/x86_64_v2/g" %{SOURCE0}
sed -i '/^mirrorlist=/ s|$|?arch=x86_64_v2|g' %{SOURCE0}
%endif
%ifarch aarch64
sed -i "s/\$basearch/sbsa/g" %{SOURCE1}
%endif
%if %{?rhel} == 9
sed -i "s/\$gpgkey/D42D0685.pub/g" %{SOURCE1}
%endif
%if %{?rhel} == 10
sed -i "s/\$gpgkey/CDF6BA43.pub/g" %{SOURCE1}
%endif
%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-nvidia.repo
%ifnarch x86_64_v2
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/negativo-nvidia.repo
%endif
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/nvidia-cuda.repo
%post
@ -40,11 +47,15 @@ fi
%files
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-nvidia.repo
%ifnarch x86_64_v2
%{_sysconfdir}/yum.repos.d/negativo-nvidia.repo
%endif
%{_sysconfdir}/yum.repos.d/nvidia-cuda.repo
%changelog
* Mon May 26 2025 Jonathan Wright <jonathan@almalinux.org> - 10-1
* Wed Aug 06 2025 Jonathan Wright <jonathan@almalinux.org> - %{?rhel}-3
- Update mirror URLs/names
* Mon Aug 04 2025 Jonathan Wright <jonathan@almalinux.org> - %{?rhel}-2
- Rebase to official NVIDIA CUDA repo
* Mon May 26 2025 Jonathan Wright <jonathan@almalinux.org> - %{?rhel}-1
- Initial release

View File

@ -1,41 +0,0 @@
# This repository is for NVIDIA user space and CUDA components which cannot be redistributed due to licensing restrictions.
# This repo's content represents what will become the official NVIDIA repository for these components.
# We will swap this to the official NVIDIA repository when it becomes available on the NVIDIA domain.
# Do not modify this file, it will be overwritten/replaced on updates.
[negativo-nvidia]
name=AlmaLinux Kitten $releasever - negativo17 - NVIDIA
baseurl=https://negativo17.org/repos/nvidia/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0
exclude=akmod-nvidia dkms-nvidia nvidia-driver nvidia-driver-libs nvidia-settings
[negativo-nvidia-source]
name=AlmaLinux Kitten $releasever - negativo17 - NVIDIA - Source
baseurl=https://negativo17.org/repos/nvidia/epel-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0
[negativo-nvidia-debug]
name=AlmaLinux Kitten $releasever - negativo17 - NVIDIA - Debug
baseurl=https://negativo17.org/repos/nvidia/epel-$releasever/$basearch.debug/
enabled=0
skip_if_unavailable=1
gpgcheck=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0

14
nvidia-cuda.repo Normal file
View File

@ -0,0 +1,14 @@
# This repository is for NVIDIA user space and CUDA components which cannot be redistributed due to licensing restrictions.
# This content is served directly by NVIDIA.
# Do not modify this file, it will be overwritten/replaced on updates.
[cuda-rhel$releasever-$basearch]
name=cuda-rhel$releasever-$basearch
baseurl=https://developer.download.nvidia.com/compute/cuda/repos/rhel$releasever/$basearch
enabled=1
gpgcheck=1
countme=1
gpgkey=https://developer.download.nvidia.com/compute/cuda/repos/rhel$releasever/$basearch/$gpgkey
exclude=akmod-nvidia dkms-nvidia kmod-nvidia-*-dkms nvidia-fs* nvidia-gds* cuda-drivers