rpms/totem/devel totem.spec,1.168,1.169

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Mar 5 12:12:26 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13314

Modified Files:
	totem.spec 
Log Message:
Work-around D-Bus trying to assert when it doesn't have a machine UUID



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- totem.spec	5 Mar 2008 00:00:03 -0000	1.168
+++ totem.spec	5 Mar 2008 12:11:23 -0000	1.169
@@ -201,7 +201,7 @@
 pushd gstreamer
 # try to work around a problem where gst-inspect does 
 # not find playbin the first time around
-/usr/bin/gst-inspect-0.10 --print-all > /dev/null
+DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
 %configure \
   --enable-gstreamer \




More information about the fedora-extras-commits mailing list