Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4047
Modified Files:
xorg-x11-drv-nvidia-173xx.spec
Log Message:
Fix for uninstall
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file:
/cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-14/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xorg-x11-drv-nvidia-173xx.spec 5 Nov 2010 10:09:17 -0000 1.19
+++ xorg-x11-drv-nvidia-173xx.spec 17 Dec 2010 14:24:12 -0000 1.20
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-173xx
Version: 173.14.28
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic
cards
Group: User Interface/X Hardware Support
@@ -284,7 +284,7 @@
#/sbin/chkconfig --del nvidia-173xx ||:
#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
@@ -338,6 +338,9 @@
%changelog
+* Fri Dec 17 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.28-3
+- Fix uninstall on kvarriant - rfbz#1559
+
* Fri Nov 05 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.28-2
- Avoid using livna-config-display on fedora 14 and later
because of rhbz#623742
Show replies by date