diff --git a/.gitignore b/.gitignore index 86f1d71..577bf30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -NVIDIA-Linux-x86-295.20.run -NVIDIA-Linux-x86_64-295.20.run +NVIDIA-Linux-x86-302.11.run +NVIDIA-Linux-x86_64-302.11.run diff --git a/sources b/sources index ba8fbff..8a3416e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a6f702271da49930a17e28b5928fe75a NVIDIA-Linux-x86-295.20.run -ff3cea507a419110e74b08771c47792f NVIDIA-Linux-x86_64-295.20.run +21cd3ca48621c9ce319b9aaf73c77a41 NVIDIA-Linux-x86-302.11.run +25edf345610919b5f37cd8d0f152d66c NVIDIA-Linux-x86_64-302.11.run diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec index bf5a86f..318ab21 100644 --- a/xorg-x11-drv-nvidia.spec +++ b/xorg-x11-drv-nvidia.spec @@ -6,7 +6,7 @@ Name: xorg-x11-drv-nvidia Epoch: 1 -Version: 295.20 +Version: 302.11 Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards @@ -260,11 +260,14 @@ if [ "$1" -eq "1" ]; then ISGRUB1="--grub" fi if [ -x /sbin/grubby ] ; then - GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel` - /sbin/grubby $ISGRUB1 \ - --update-kernel=${GRUBBYLASTKERNEL} \ - --args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \ - &>/dev/null + KERNELS=`/sbin/grubby --default-kernel` + [ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*%{?dist}.$(uname -m)*` + for kernel in ${KERNELS} ; do + /sbin/grubby $ISGRUB1 \ + --update-kernel=${kernel} \ + --args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \ + &>/dev/null + done fi fi || : @@ -349,6 +352,24 @@ fi ||: %changelog +* Tue May 22 2012 leigh scott - 1:302.11-1 +- Update to 302.11 + +* Tue May 22 2012 leigh scott - 1:295.53-1 +- Update to 295.53 + +* Sun May 20 2012 Nicolas Chauvet - 1:295.49-2 +- Fix %%post when grubby --default-kernel is broken + +* Thu May 03 2012 leigh scott - 1:295.49-1 +- Update to 295.49 + +* Wed Apr 11 2012 leigh scott - 1:295.40-1 +- Update to 295.40 + +* Thu Mar 22 2012 leigh scott - 1:295.33-1 +- Update to 295.33 + * Tue Feb 14 2012 Nicolas Chauvet - 1:295.20-1 - Update to 295.20