rpms/xorg-x11-drv-nvidia/F-11 xorg-x11-drv-nvidia.spec,1.36,1.37

Nicolas Chauvet kwizart at rpmfusion.org
Mon Jun 21 12:57:58 CEST 2010


Author: kwizart

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26196

Modified Files:
	xorg-x11-drv-nvidia.spec 
Log Message:
Clear uneeded feature for F-11 branch



Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xorg-x11-drv-nvidia.spec	21 Jun 2010 10:29:31 -0000	1.36
+++ xorg-x11-drv-nvidia.spec	21 Jun 2010 10:57:58 -0000	1.37
@@ -279,16 +279,6 @@
   /sbin/chkconfig --add nvidia ||:
   /etc/init.d/nvidia start &>/dev/null ||:
 fi
-if [ -x /sbin/grubby ] ; then
-  GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
-  /sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --args='nomodeset rdblacklist=nouveau' &>/dev/null
-fi
-if [ -x /usr/sbin/setsebool ] ; then
-  SELINUXEXECSTACK=`grep 0 /selinux/booleans/allow_execstack | wc -l`
-  if [ ${SELINUXEXECSTACK} -eq "1" ] ; then
-    /usr/sbin/setsebool -P allow_execstack on &>/dev/null
-  fi
-fi ||:
 
 %post libs -p /sbin/ldconfig
 
@@ -361,8 +351,6 @@
 %changelog
 * Wed Jun 16 2010 Nicolas Chauvet <kwizart at gmail.com> - 1:195.36.31-1
 - Update to 195.36.31
-- Add post section to change boot option with grubby
-- Add post section Enabled Selinux allow_execstack boolean.
 - Fallback to nouveau instead of nv
 - AddARGBGLXVisuals is enabled by default since 195xx serie.
 



More information about the rpmfusion-commits mailing list