forked from rpms/nvidia-open-kmod
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7703c8af8 | ||
|
|
4492e96e97 | ||
| cc7ad40e7a | |||
|
|
c7bb4904ba | ||
|
|
0cfa018431 | ||
|
|
99dbcdf1b0 | ||
|
|
40021c6033 | ||
|
|
0baac4b7b8 | ||
| 5cd41fa7d3 | |||
|
|
232f61945e | ||
| 7a6791a141 |
@ -21,8 +21,8 @@
|
||||
|
||||
|
||||
Name: %{kmodname}-kmod
|
||||
Version: 580.65.06
|
||||
Release: 2%{?dist}
|
||||
Version: 580.105.08
|
||||
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,33 @@ 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
|
||||
|
||||
* Thu Nov 06 2025 almalinux-bot-nvidia <almalinux-bot-nvidia@almalinux.org> - 580.105.08-1
|
||||
- Update to 580.105.08
|
||||
|
||||
* Thu Nov 06 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Thu Oct 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-2
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Thu Oct 02 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.95.05-1
|
||||
- Update to 580.95.05
|
||||
|
||||
* Thu Oct 02 2025 Eduard Abdullin <eabdullin@almalinux.org> - 580.82.07-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Wed Sep 03 2025 Jonathan Wright <jonathan@almalinux.org> - 580.82.07-1
|
||||
- Update to 580.82.07
|
||||
|
||||
* Sun Aug 24 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 580.65.06-3
|
||||
- Rebuild for new kernel
|
||||
|
||||
* Mon Aug 04 2025 Neal Gompa <ngompa@almalinux.org> - 580.65.06-2
|
||||
- Drop metapackage and add more Provides for NVIDIA repository compatibility
|
||||
|
||||
@ -135,4 +164,3 @@ done
|
||||
|
||||
* Mon May 26 2025 Neal Gompa <ngompa@almalinux.org> - 570.153.02-1
|
||||
- Initial package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (open-gpu-kernel-modules-580.65.06.tar.gz) = b1cdc014b871b174897d6f5df5994c152cc088f3a71acf1e2dfce5fa173369213406d1ff9e4289df23f7e946eabdcdbaa84d8c4644a3e113fe4f329f991724f8
|
||||
SHA512 (open-gpu-kernel-modules-580.105.08.tar.gz) = 4b13f8262b589a35d88d9a4affd6b17d81d841a277a87f8708079db2aec3a03536a1ef1700696ab68f6398ccb2569d71a62d5208229f3a7ba0d487f19a34878f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user