rpms/xorg-x11-drv-catalyst/F-18 xorg-x11-drv-catalyst.spec,1.8,1.9

Leigh Scott leigh123linux at rpmfusion.org
Mon Nov 5 21:47:00 CET 2012


Author: leigh123linux

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

Modified Files:
	xorg-x11-drv-catalyst.spec 
Log Message:
* Mon Nov 05 2012 Leigh Scott <leigh123linux at googlemail.com> - 12.11-0.2.beta
- update blacklist scriptlets



Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-18/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-x11-drv-catalyst.spec	27 Oct 2012 00:57:55 -0000	1.8
+++ xorg-x11-drv-catalyst.spec	5 Nov 2012 20:46:59 -0000	1.9
@@ -5,7 +5,7 @@
 %global    __strip /bin/true
 Name:            xorg-x11-drv-catalyst
 Version:         12.11
-Release:         0.1.beta%{?dist}
+Release:         0.2.beta%{?dist}
 Summary:         AMD's proprietary driver for ATI graphic cards
 Group:           User Interface/X Hardware Support
 License:         Redistributable, no modification permitted
@@ -318,7 +318,7 @@
   /sbin/service atieventsd start >/dev/null 2>&1
   if [ -x /sbin/grubby ] ; then
     GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
-    /sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --args='radeon.modeset=0' &>/dev/null
+    /sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --args='radeon.modeset=0 rd.driver.blacklist=radeon' &>/dev/null
   fi
 fi ||:
 
@@ -331,7 +331,7 @@
   if [ -x /sbin/grubby ] ; then
     # remove rdblacklist from boot params in case they installed with v10.7, which blacklisted radeon upon installation
     GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
-    /sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --remove-args='radeon.modeset=0 rdblacklist=radeon' &>/dev/null
+    /sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --remove-args='radeon.modeset=0 rdblacklist=radeon rd.driver.blacklist=radeon' &>/dev/null
   fi
 fi ||:
 
@@ -397,6 +397,9 @@
 
 
 %changelog
+* Mon Nov 05 2012 Leigh Scott <leigh123linux at googlemail.com> - 12.11-0.2.beta
+- update blacklist scriptlets
+
 * Sat Oct 27 2012 Leigh Scott <leigh123linux at googlemail.com> - 12.11-0.1.beta
 - Update to Catalyst 12.11 beta (internal version 9.01)
 


More information about the rpmfusion-commits mailing list