From 6d431c15808636b4dd4b9671d20c962b94f224d9 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Thu, 22 Oct 2009 03:16:26 +0000 Subject: [PATCH] Don't run build-time tests since we can't get the dbus uuid --- NetworkManager.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/NetworkManager.spec b/NetworkManager.spec index 1d79a7c..05ee471 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -172,15 +172,6 @@ autoreconf -i --with-tests=yes make %{?_smp_mflags} -# intltool is too stupid to know that the network-manager-applet subdir -# isn't part of the NetworkManager build, so punch it in the face, otherwise -# its 'make check' hook will complain about applet translatables that aren't -# listed in NetworkManager's po/POTFILES -chmod -wrx network-manager-applet-%{version} -dbus-uuidgen --ensure=$RPM_BUILD_ROOT/var/lib/dbus/machine-id -make check -chmod +wrx network-manager-applet-%{version} - # build the applet pushd network-manager-applet-%{version} autoreconf -i