forked from rpms/nvidia-open-kmod
Update BR envsubst for EL9 compatibility
This commit is contained in:
parent
7cfa967c6a
commit
541c7f5731
@ -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
|
||||
* Fri May 30 2025 Jonathan Wright <jonathan@almalinux.org> - 570.153.02-2
|
||||
- Update BR envsubst for EL9 compatibility
|
||||
|
||||
* Mon May 26 2025 Neal Gompa <ngompa@almalinux.org> - 570.153.02-1
|
||||
- Initial package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user