From a1e0770e9def2f062cd8f2a88d9f85e6eeb7c7bd Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 17 Dec 2010 11:06:19 +0000 Subject: [PATCH] Fix on kvarriant --- xorg-x11-drv-nvidia.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec index 1b75f73..f5199c1 100644 --- a/xorg-x11-drv-nvidia.spec +++ b/xorg-x11-drv-nvidia.spec @@ -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 @@ -285,7 +285,7 @@ if [ "$1" -eq "0" ]; then #/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 @@ -348,6 +348,9 @@ fi ||: %changelog +* Fri Dec 17 2010 Nicolas Chauvet - 1:260.19.29-2 +- Fix uninstall on kvarriant - rfbz#1559 + * Tue Dec 14 2010 Nicolas Chauvet - 1:260.19.29-1 - Update to 260.19.29