From 775064d0a6eed26e6ccc0963a5a7ae040a9e82c2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mar 05 2008 12:11:23 +0000 Subject: Work-around D-Bus trying to assert when it doesn't have a machine UUID --- diff --git a/totem.spec b/totem.spec index 58ff25f..8cdb8a6 100644 --- a/totem.spec +++ b/totem.spec @@ -201,7 +201,7 @@ mv totem-%{version} gstreamer 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 \