rpms/xorg-x11-drv-nvidia/F-18 xorg-x11-drv-nvidia.spec,1.92,1.93

Leigh Scott leigh123linux at rpmfusion.org
Thu Jan 10 16:40:30 CET 2013


Author: leigh123linux

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7426

Modified Files:
	xorg-x11-drv-nvidia.spec 
Log Message:
* Thu Jan 10 2013 Leigh Scott <leigh123linux at googlemail.com> - 1:304.64-4
- Fix preun scriptlet



Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- xorg-x11-drv-nvidia.spec	25 Nov 2012 12:08:05 -0000	1.92
+++ xorg-x11-drv-nvidia.spec	10 Jan 2013 15:40:29 -0000	1.93
@@ -8,7 +8,7 @@
 Name:            xorg-x11-drv-nvidia
 Epoch:           1
 Version:         304.64
-Release:         3%{?dist}
+Release:         4%{?dist}
 Summary:         NVIDIA's proprietary display driver for NVIDIA graphic cards
 
 Group:           User Interface/X Hardware Support
@@ -305,7 +305,8 @@
     for kernel in ${KERNELS} ; do
       /sbin/grubby $ISGRUB1 \
         --update-kernel=${kernel} \
-        --remove-args='nouveau.modeset=0 rdblacklist=nouveau rd.driver.blacklist=nouveau nomodeset video=vesa:off' &>/dev/null
+        --remove-args='nouveau.modeset=0 rdblacklist=nouveau rd.driver.blacklist=nouveau nomodeset video=vesa:off vga=normal' \
+         &>/dev/null
     done
   fi
   #Backup and disable previously used xorg.conf
@@ -377,6 +378,9 @@
 
 
 %changelog
+* Thu Jan 10 2013 Leigh Scott <leigh123linux at googlemail.com> - 1:304.64-4
+- Fix preun scriptlet
+
 * Sun Nov 25 2012 Nicolas Chauvet <kwizart at gmail.com> - 1:304.64-3
 - Add workaround for incorrect Files section - rfbz#2580
 


More information about the rpmfusion-commits mailing list