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