forked from rpms/nvidia-open-kmod
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
2b11c09928 |
@ -22,7 +22,7 @@
|
||||
|
||||
Name: %{kmodname}-kmod
|
||||
Version: 570.153.02
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Kernel module (kmod) for NVIDIA GPU hardware
|
||||
|
||||
License: GPL-2.0-only and MIT
|
||||
@ -46,7 +46,7 @@ BuildRequires: kernel-rpm-macros
|
||||
# kmod dependencies
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
%{?kernel_extra_flavor_devel_packages:BuildRequires: %kernel_extra_flavor_devel_packages}
|
||||
BuildRequires: gettext-envsubst
|
||||
BuildRequires: %{_bindir}/envsubst
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
@ -108,6 +108,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2025 Jonathan Wright <jonathan@almalinux.org> - 570.153.02-2
|
||||
- Update BR for envsubst to filesystem path to work between major AlmaLinux versions
|
||||
|
||||
* Mon May 26 2025 Neal Gompa <ngompa@almalinux.org> - 570.153.02-1
|
||||
- Initial package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user