update to 375.39
fixed dkms.conf [release 375.39-1mamba;Tue Feb 21 2017]
This commit is contained in:
parent
a970f08a59
commit
1da97908c3
34
nvidia.spec
34
nvidia.spec
@ -1,7 +1,7 @@
|
||||
%define nvidia_current_ver %version
|
||||
%define nvidia_current_libver %version
|
||||
Name: nvidia
|
||||
Version: 367.44
|
||||
Version: 375.39
|
||||
Epoch: 1
|
||||
Release: 1mamba
|
||||
Summary: NVIDIA proprietary accelerated drivers for the Linux Kernel
|
||||
@ -233,13 +233,19 @@ MAKE="ln -sf /usr/src/\${PACKAGE_NAME}-\${PACKAGE_VERSION}/nv-kernel.o \${dkms_t
|
||||
make SYSSRC=\${kernel_source_dir} modules"
|
||||
CLEAN="make SYSSRC=\${kernel_source_dir} clean"
|
||||
BUILT_MODULE_NAME[0]=nvidia
|
||||
BUILT_MODULE_LOCATION[0]=./
|
||||
DEST_MODULE_LOCATION[0]=/kernel/drivers/video
|
||||
BUILT_MODULE_NAME[1]=nvidia-drm
|
||||
BUILT_MODULE_LOCATION[1]=./
|
||||
DEST_MODULE_LOCATION[1]=/kernel/drivers/video
|
||||
BUILT_MODULE_NAME[2]=nvidia-modeset
|
||||
BUILT_MODULE_LOCATION[2]=./
|
||||
DEST_MODULE_LOCATION[2]=/kernel/drivers/video
|
||||
%ifarch x86_64
|
||||
BUILT_MODULE_NAME[3]=nvidia-uvm
|
||||
BUILT_MODULE_LOCATION[3]=./
|
||||
DEST_MODULE_LOCATION[3]=/kernel/drivers/video
|
||||
%endif
|
||||
BUILT_MODULE_LOCATION=./
|
||||
DEST_MODULE_LOCATION=/kernel/drivers/video
|
||||
REMAKE_INITRD=no
|
||||
AUTOINSTALL=yes
|
||||
_EOF
|
||||
@ -426,6 +432,28 @@ exit 0
|
||||
%doc current/{LICENSE,NVIDIA_Changelog,README.txt} current/html
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 375.39-1mamba
|
||||
- update to 375.39
|
||||
- fixed dkms.conf
|
||||
|
||||
* Thu Dec 15 2016 Automatic Build System <autodist@mambasoft.it> 375.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 19 2016 Automatic Build System <autodist@mambasoft.it> 375.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 04 2016 Automatic Build System <autodist@mambasoft.it> 375.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 370.28-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 08 2016 Automatic Build System <autodist@mambasoft.it> 370.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 370.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 24 2016 Automatic Build System <autodist@mambasoft.it> 367.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user