Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1621
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Backport only the needed commit
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-13/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- xorg-x11-drv-nvidia.spec 17 Dec 2010 13:46:56 -0000 1.51
+++ xorg-x11-drv-nvidia.spec 17 Dec 2010 13:48:36 -0000 1.52
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 260.19.29
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -273,7 +273,7 @@
/sbin/chkconfig --del nvidia &>/dev/null
#Clear grub option to disable nouveau for all kernels
if [ -x /sbin/grubby ] ; then
- KERNELS=`ls /boot/vmlinuz-*%{?dist}.$(uname -m)`
+ KERNELS=`ls /boot/vmlinuz-*%{?dist}.$(uname -m)*`
for kernel in ${KERNELS} ; do
/sbin/grubby --update-kernel=${kernel} \
--remove-args='nouveau.modeset=0 rdblacklist=nouveau nomodeset'
&>/dev/null
@@ -334,6 +334,9 @@
%changelog
+* Fri Dec 17 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:260.19.29-2
+- Fix uninstall on kvarriant - rfbz#1559
+
* Tue Dec 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:260.19.29-1
- Update to 260.19.29
- Explicitely use %%{_isa} dependency from -devel to -libs