Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYader Velásquez <yajosev@gmail.com>2011-07-11 17:15:23 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-07-11 17:15:23 (GMT)
commit192141acf021e036e6d3cd0b548ccbe222c47853 (patch)
treeeb1a090b1df61269e634ab65aad734e82099faee
parent15324a734fac7a82e0251c4e7930a12144f90f37 (diff)
Forcefully remove mesa-dri-drivers (#11036)
In F14 mesa-dri-drivers was required as a dependency of mesa-libGL, but since the version 7.10-0.10 (F15) it doesn't require it anymore and lets comps do it. Mesa-dri-drivers is useless for XO hardware, and it takes 41.83mb in the F14 image. Remove this package is safe, the next versions like F15+ won't be included automatically. We'll be able to remove this hack as soon as we move to F15+.
-rw-r--r--modules/x11/kspost.60.misc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/x11/kspost.60.misc.inc b/modules/x11/kspost.60.misc.inc
index aa3e91f..8f269b5 100644
--- a/modules/x11/kspost.60.misc.inc
+++ b/modules/x11/kspost.60.misc.inc
@@ -88,6 +88,8 @@ if [ -e /usr/lib/xulrunner-*/greprefs/all.js ]; then
sed -i -e 's:\(layout.css.dpi",\) -1:\1 96:' /usr/lib/xulrunner-*/greprefs/all.js
fi
+# remove unneccesary package mesa-dri-drivers (#11036)
+rpm -e --nodeps mesa-dri-drivers
# remove gstreamer pulse element so that totem doesn't try to use it (#10158)
[ -e /usr/lib/gstreamer-0.10/libgstpulse.so ] && rm /usr/lib/gstreamer-0.10/libgstpulse.so