|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: xorg-x11-drv-nvidia
|
|
|
|
Name: xorg-x11-drv-nvidia
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 295.20
|
|
|
|
Version: 302.11
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
|
|
|
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
|
|
|
|
|
|
|
|
|
|
@ -260,11 +260,14 @@ if [ "$1" -eq "1" ]; then
|
|
|
|
ISGRUB1="--grub"
|
|
|
|
ISGRUB1="--grub"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if [ -x /sbin/grubby ] ; then
|
|
|
|
if [ -x /sbin/grubby ] ; then
|
|
|
|
GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
|
|
|
|
KERNELS=`/sbin/grubby --default-kernel`
|
|
|
|
/sbin/grubby $ISGRUB1 \
|
|
|
|
[ -z $KERNELS ] && KERNELS=`ls /boot/vmlinuz-*%{?dist}.$(uname -m)*`
|
|
|
|
--update-kernel=${GRUBBYLASTKERNEL} \
|
|
|
|
for kernel in ${KERNELS} ; do
|
|
|
|
--args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \
|
|
|
|
/sbin/grubby $ISGRUB1 \
|
|
|
|
&>/dev/null
|
|
|
|
--update-kernel=${kernel} \
|
|
|
|
|
|
|
|
--args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \
|
|
|
|
|
|
|
|
&>/dev/null
|
|
|
|
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi || :
|
|
|
|
fi || :
|
|
|
|
|
|
|
|
|
|
|
@ -349,6 +352,24 @@ fi ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 22 2012 leigh scott <leigh123linux@googlemail.com> - 1:302.11-1
|
|
|
|
|
|
|
|
- Update to 302.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 22 2012 leigh scott <leigh123linux@googlemail.com> - 1:295.53-1
|
|
|
|
|
|
|
|
- Update to 295.53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 20 2012 Nicolas Chauvet <kwizart@gmail.com> - 1:295.49-2
|
|
|
|
|
|
|
|
- Fix %%post when grubby --default-kernel is broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 03 2012 leigh scott <leigh123linux@googlemail.com> - 1:295.49-1
|
|
|
|
|
|
|
|
- Update to 295.49
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 11 2012 leigh scott <leigh123linux@googlemail.com> - 1:295.40-1
|
|
|
|
|
|
|
|
- Update to 295.40
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 22 2012 leigh scott <leigh123linux@googlemail.com> - 1:295.33-1
|
|
|
|
|
|
|
|
- Update to 295.33
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2012 Nicolas Chauvet <kwizart@gmail.com> - 1:295.20-1
|
|
|
|
* Tue Feb 14 2012 Nicolas Chauvet <kwizart@gmail.com> - 1:295.20-1
|
|
|
|
- Update to 295.20
|
|
|
|
- Update to 295.20
|
|
|
|
|
|
|
|
|
|
|
|