- Mark modules executable
This commit is contained in:
parent
4492e96e97
commit
e7703c8af8
@ -22,7 +22,7 @@
|
||||
|
||||
Name: %{kmodname}-kmod
|
||||
Version: 580.105.08
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Kernel module (kmod) for NVIDIA GPU hardware
|
||||
|
||||
License: GPL-2.0-only and MIT
|
||||
@ -96,6 +96,8 @@ for flavor in %{flavors_to_build}; do
|
||||
popd
|
||||
done
|
||||
|
||||
find . -name "*.ko" -type f -exec chmod u+x '{}' +
|
||||
|
||||
|
||||
%install
|
||||
# Set correct install paths
|
||||
@ -112,6 +114,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.105.08-3
|
||||
- Mark modules executable
|
||||
|
||||
* Thu Nov 13 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.105.08-2
|
||||
- Rebuild for the new kernel version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user