[mongodb] Make mongodb-devel require boost-devel.

Chris Lalancette clalance at fedoraproject.org
Wed Jul 13 17:48:50 UTC 2011


commit bf53d333689042911d53e3bafaac2b16965e76ee
Author: Chris Lalancette <clalance at redhat.com>
Date:   Wed Jul 13 13:48:25 2011 -0400

    Make mongodb-devel require boost-devel.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 mongodb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mongodb.spec b/mongodb.spec
index d85014d..24123ac 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -4,7 +4,7 @@
 %global         daemon mongod
 Name:           mongodb
 Version:        1.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        High-performance, schema-free document-oriented database
 Group:          Applications/Databases
 License:        AGPLv3 and zlib and ASL 2.0
@@ -73,6 +73,7 @@ This package provides the shared library for the MongoDB client.
 Summary:        MongoDB header files
 Group:          Development/Libraries
 Requires:       lib%{name} = %{version}-%{release}
+Requires:       boost-devel
 
 %description devel
 This package provides the header files and C++ driver for MongoDB. MongoDB is
@@ -211,6 +212,9 @@ fi
 %{_includedir}/mongo
 
 %changelog
+* Wed Jul 13 2011 Chris Lalancette <clalance at redhat.com> - 1.8.2-2
+- Make mongodb-devel require boost-devel (BZ 703184)
+
 * Fri Jul 01 2011 Chris Lalancette <clalance at redhat.com> - 1.8.2-1
 - Update to upstream 1.8.2
 - Add patch to ignore TERM


More information about the scm-commits mailing list