[PATCH] Make mongodb-server a BuildRequires for iwhd.

Chris Lalancette clalance at redhat.com
Tue Jan 4 16:20:22 UTC 2011


Without mongodb-server on the build machine, "make check"
will fail.  Since iwhd.spec.in calls "make check" as part
of the build process, mongodb-server needs to be a BuildRequires.

Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
 iwhd.spec.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/iwhd.spec.in b/iwhd.spec.in
index 0dea5f6..e9a2b55 100644
--- a/iwhd.spec.in
+++ b/iwhd.spec.in
@@ -29,6 +29,8 @@ BuildRequires: flex
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: help2man
+# mongodb-server is required during build time so make check succeeds
+BuildRequires: mongodb-server
 
 Requires: mongodb-server
 
-- 
1.7.3.4



More information about the iwhd-devel mailing list