mirror of https://github.com/mongodb/mongo
SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packages
This commit is contained in:
parent
27dd10adb5
commit
778fc87489
|
|
@ -97,7 +97,7 @@ Description: MongoDB sharded cluster query router (enterprise)
|
|||
Package: mongodb-enterprise-unstable-tools
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: mongodb-database-tools, mongodb-enterprise-unstable-database-tools-extra
|
||||
Description: MongoDB tools (enterprise)
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
|
|
@ -114,7 +114,29 @@ Description: MongoDB tools (enterprise)
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
Package: mongodb-enterprise-unstable-database-tools-extra
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Extra MongoDB database tools (enterprise)
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
.
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
.
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
Package: mongodb-enterprise-unstable-cryptd
|
||||
Conflicts: mongo-enterprise-cryptd
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@ build-stamp: configure-stamp
|
|||
# scons
|
||||
#docbook-to-man debian/mongodb.sgml > mongodb.1
|
||||
|
||||
echo -n > debian/mongodb-enterprise-unstable-tools.manpages
|
||||
echo -n > debian/mongodb-enterprise-unstable-database-tools-extra.manpages
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
if [ -e debian/$$binary.1 ] ; \
|
||||
then \
|
||||
echo debian/$$binary.1 >> debian/mongodb-enterprise-tools.manpages ; \
|
||||
echo debian/$$binary.1 >> debian/mongodb-enterprise-unstable-database-tools-extra.manpages ; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ clean:
|
|||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-shell
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-server
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-mongos
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-tools
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-unstable-cryptd
|
||||
rm -f config.log
|
||||
rm -f mongo
|
||||
|
|
@ -81,17 +81,17 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-cryptd/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongocryptd $(CURDIR)/debian/mongodb-enterprise-unstable-cryptd/usr/bin
|
||||
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/bin ; \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra/usr/bin ; \
|
||||
done
|
||||
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-server/etc
|
||||
|
|
@ -100,12 +100,12 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-unstable-cryptd/usr/share/lintian/overrides/
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-shell/usr/share/lintian/overrides/mongodb-enterprise-unstable-shell
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-server/usr/share/lintian/overrides/mongodb-enterprise-unstable-server
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-mongos/usr/share/lintian/overrides/mongodb-enterprise-unstable-mongos
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-tools/usr/share/lintian/overrides/mongodb-enterprise-unstable-tools
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-database-tools-extra/usr/share/lintian/overrides/mongodb-enterprise-unstable-database-tools-extra
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-unstable-cryptd/usr/share/lintian/overrides/mongodb-enterprise-unstable-cryptd
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ Description: MongoDB sharded cluster query router (enterprise)
|
|||
Package: mongodb-enterprise-tools
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, snmp
|
||||
Depends: mongodb-database-tools, mongodb-enterprise-database-tools-extra
|
||||
Description: MongoDB tools (enterprise)
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
|
|
@ -114,7 +114,29 @@ Description: MongoDB tools (enterprise)
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
Package: mongodb-enterprise-database-tools-extra
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, snmp
|
||||
Description: Extra MongoDB database tools (enterprise)
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
.
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
.
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
Package: mongodb-enterprise-cryptd
|
||||
Conflicts: mongo-enterprise-unstable-cryptd
|
||||
|
|
|
|||
|
|
@ -21,12 +21,12 @@ build-stamp: configure-stamp
|
|||
# THE FOLLOWING LINE IS INTENTIONALLY COMMENTED.
|
||||
# scons
|
||||
#docbook-to-man debian/mongodb.sgml > mongodb.1
|
||||
echo -n > debian/mongodb-enterprise-tools.manpages
|
||||
echo -n > debian/mongodb-enterprise-database-tools-extra.manpages
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
if [ -e debian/$$binary.1 ] ; \
|
||||
then \
|
||||
echo debian/$$binary.1 >> debian/mongodb-enterprise-tools.manpages ; \
|
||||
echo debian/$$binary.1 >> debian/mongodb-enterprise-database-tools-extra.manpages ; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ clean:
|
|||
rm -rf $(CURDIR)/debian/mongodb-enterprise-shell
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-server
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-mongos
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-tools
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-database-tools-extra
|
||||
rm -rf $(CURDIR)/debian/mongodb-enterprise-cryptd
|
||||
rm -f config.log
|
||||
rm -f mongo
|
||||
|
|
@ -80,17 +80,17 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-shell/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-server/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-mongos/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-tools/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-database-tools-extra/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-cryptd/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-enterprise-shell/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-enterprise-server/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-enterprise-mongos/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-enterprise-tools/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-enterprise-database-tools-extra/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongocryptd $(CURDIR)/debian/mongodb-enterprise-cryptd/usr/bin
|
||||
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-tools/usr/bin ; \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-enterprise-database-tools-extra/usr/bin ; \
|
||||
done
|
||||
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-server/etc
|
||||
|
|
@ -99,12 +99,12 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-shell/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-server/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-mongos/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-tools/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-database-tools-extra/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-enterprise-cryptd/usr/share/lintian/overrides/
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-shell/usr/share/lintian/overrides/mongodb-enterprise-shell
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-server/usr/share/lintian/overrides/mongodb-enterprise-server
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-mongos/usr/share/lintian/overrides/mongodb-enterprise-mongos
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-tools/usr/share/lintian/overrides/mongodb-enterprise-tools
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-database-tools-extra/usr/share/lintian/overrides/mongodb-enterprise-database-tools-extra
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-enterprise-cryptd/usr/share/lintian/overrides/mongodb-enterprise-cryptd
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ Description: MongoDB sharded cluster query router
|
|||
Package: mongodb-org-unstable-tools
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: mongodb-database-tools, mongodb-org-unstable-database-tools-extra
|
||||
Description: MongoDB tools
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
|
|
@ -114,4 +114,26 @@ Description: MongoDB tools
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
Package: mongodb-org-unstable-database-tools-extra
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Extra MongoDB database tools
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
.
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
.
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@ build-stamp: configure-stamp
|
|||
# scons
|
||||
#docbook-to-man debian/mongodb.sgml > mongodb.1
|
||||
|
||||
echo -n > debian/mongodb-org-unstable-tools.manpages
|
||||
echo -n > debian/mongodb-org-unstable-database-tools-extra.manpages
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
echo debian/$$binary.1 >> debian/mongodb-org-unstable-tools.manpages ; \
|
||||
echo debian/$$binary.1 >> debian/mongodb-org-unstable-database-tools-extra.manpages ; \
|
||||
done
|
||||
|
||||
echo debian/mongo.1 > debian/mongodb-org-unstable-shell.manpages
|
||||
|
|
@ -49,7 +49,7 @@ clean:
|
|||
rm -rf $(CURDIR)/debian/mongodb-org-unstable-shell
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-unstable-server
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-unstable-mongos
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-unstable-tools
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra
|
||||
rm -f config.log
|
||||
rm -f mongo
|
||||
rm -f mongod
|
||||
|
|
@ -76,15 +76,15 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-shell/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-server/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-org-unstable-shell/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-org-unstable-server/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra/usr/bin
|
||||
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-org-unstable-tools/usr/bin ; \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra/usr/bin ; \
|
||||
done
|
||||
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-server/etc
|
||||
|
|
@ -93,11 +93,11 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-shell/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-server/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-tools/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra/usr/share/lintian/overrides/
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-unstable-shell/usr/share/lintian/overrides/mongodb-org-unstable-shell
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-unstable-server/usr/share/lintian/overrides/mongodb-org-unstable-server
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-unstable-mongos/usr/share/lintian/overrides/mongodb-org-unstable-mongos
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-unstable-tools/usr/share/lintian/overrides/mongodb-org-unstable-tools
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-unstable-database-tools-extra/usr/share/lintian/overrides/mongodb-org-unstable-database-tools-extra
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ Description: MongoDB sharded cluster query router
|
|||
Package: mongodb-org-tools
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-nightly, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: mongodb-database-tools, mongodb-org-database-tools-extra
|
||||
Description: MongoDB tools
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
|
|
@ -114,4 +114,26 @@ Description: MongoDB tools
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
Package: mongodb-org-database-tools-extra
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-nightly, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Extra MongoDB database tools
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
.
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
.
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
.
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
.
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
|
|
|||
|
|
@ -21,10 +21,10 @@ build-stamp: configure-stamp
|
|||
# THE FOLLOWING LINE IS INTENTIONALLY COMMENTED.
|
||||
# scons
|
||||
#docbook-to-man debian/mongodb.sgml > mongodb.1
|
||||
echo -n > debian/mongodb-org-tools.manpages
|
||||
echo -n > debian/mongodb-org-database-tools-extra.manpages
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
echo debian/$$binary.1 >> debian/mongodb-org-tools.manpages ; \
|
||||
echo debian/$$binary.1 >> debian/mongodb-org-database-tools-extra.manpages ; \
|
||||
done
|
||||
|
||||
echo debian/mongo.1 > debian/mongodb-org-shell.manpages
|
||||
|
|
@ -48,7 +48,7 @@ clean:
|
|||
rm -rf $(CURDIR)/debian/mongodb-org-shell
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-server
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-mongos
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-tools
|
||||
rm -rf $(CURDIR)/debian/mongodb-org-database-tools-extra
|
||||
rm -f config.log
|
||||
rm -f mongo
|
||||
rm -f mongod
|
||||
|
|
@ -75,15 +75,15 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-org-shell/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-server/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-mongos/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-tools/usr/bin
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-database-tools-extra/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongo $(CURDIR)/debian/mongodb-org-shell/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongod $(CURDIR)/debian/mongodb-org-server/usr/bin
|
||||
cp -v $(CURDIR)/bin/mongos $(CURDIR)/debian/mongodb-org-mongos/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-org-tools/usr/bin
|
||||
cp -v $(CURDIR)/bin/install_compass $(CURDIR)/debian/mongodb-org-database-tools-extra/usr/bin
|
||||
|
||||
for binary in ${TOOLS} ; \
|
||||
do \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-org-tools/usr/bin ; \
|
||||
cp -v $(CURDIR)/bin/$$binary $(CURDIR)/debian/mongodb-org-database-tools-extra/usr/bin ; \
|
||||
done
|
||||
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-server/etc
|
||||
|
|
@ -92,11 +92,11 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/mongodb-org-shell/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-server/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-mongos/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-tools/usr/share/lintian/overrides/
|
||||
mkdir -p $(CURDIR)/debian/mongodb-org-database-tools-extra/usr/share/lintian/overrides/
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-shell/usr/share/lintian/overrides/mongodb-org-shell
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-server/usr/share/lintian/overrides/mongodb-org-server
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-mongos/usr/share/lintian/overrides/mongodb-org-mongos
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-tools/usr/share/lintian/overrides/mongodb-org-tools
|
||||
install -m 644 $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/mongodb-org-database-tools-extra/usr/share/lintian/overrides/mongodb-org-database-tools-extra
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
|
|
|||
|
|
@ -117,9 +117,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools (enterprise)
|
||||
Summary: MongoDB tools metapackage (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Requires: mongodb-database-tools, mongodb-enterprise-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools
|
||||
Obsoletes: mongo-10gen-enterprise-tools
|
||||
Provides: mongo-10gen-enterprise-tools
|
||||
|
|
@ -140,7 +140,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Conflicts: mongo-10gen, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
%package cryptd
|
||||
Summary: MongoDB Client Side Field Level Encryption Support Daemon (enterprise)
|
||||
|
|
@ -277,7 +301,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -110,9 +110,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools (enterprise)
|
||||
Summary: MongoDB tools metapackage (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Requires: mongodb-database-tools, mongodb-enterprise-unstable-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools
|
||||
|
||||
%description tools
|
||||
|
|
@ -131,7 +131,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
%package cryptd
|
||||
Summary: MongoDB Client Side Field Level Encryption Support Daemon (enterprise)
|
||||
|
|
@ -266,7 +290,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -113,9 +113,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools (enterprise)
|
||||
Summary: MongoDB tools metapackage (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Requires: mongodb-database-tools, mongodb-enterprise-unstable-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools
|
||||
|
||||
%description tools
|
||||
|
|
@ -134,7 +134,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
%package cryptd
|
||||
Summary: MongoDB Client Side Field Level Encryption Support Daemon (enterprise)
|
||||
|
|
@ -270,7 +294,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -119,9 +119,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools (enterprise)
|
||||
Summary: MongoDB tools metapackage (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Requires: mongodb-database-tools, mongodb-enterprise-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools
|
||||
Obsoletes: mongo-10gen-enterprise-tools
|
||||
Provides: mongo-10gen-enterprise-tools
|
||||
|
|
@ -142,7 +142,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools (enterprise)
|
||||
Group: Applications/Databases
|
||||
Requires: openssl, cyrus-sasl, cyrus-sasl-plain, cyrus-sasl-gssapi
|
||||
Conflicts: mongo-10gen, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-database-tools-extra, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer, mongodecrypt, mongoldap, and mongokerberos.
|
||||
|
||||
%package cryptd
|
||||
Summary: MongoDB Client Side Field Level Encryption Support Daemon (enterprise)
|
||||
|
|
@ -279,7 +303,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -117,9 +117,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools
|
||||
Summary: MongoDB tools metapackage
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}
|
||||
Requires: mongodb-database-tools, mongodb-org-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools
|
||||
Obsoletes: mongo-10gen-tools
|
||||
Provides: mongo-10gen-tools
|
||||
|
|
@ -140,7 +140,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}
|
||||
Conflicts: mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
||||
%package devel
|
||||
Summary: Headers and libraries for MongoDB development
|
||||
|
|
@ -248,7 +272,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -109,9 +109,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools
|
||||
Summary: MongoDB tools metapackage
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}
|
||||
Requires: mongodb-database-tools, mongodb-org-unstable-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools
|
||||
|
||||
%description tools
|
||||
|
|
@ -130,7 +130,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools
|
||||
Group: Applications/Databases
|
||||
Requires: openssl %{?el6:>= 1.0.1}
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
||||
%package devel
|
||||
Summary: Headers and libraries for MongoDB development.
|
||||
|
|
@ -236,7 +260,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -111,9 +111,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools
|
||||
Summary: MongoDB tools metapackage
|
||||
Group: Applications/Databases
|
||||
Requires: openssl
|
||||
Requires: mongodb-database-tools, mongodb-org-unstable-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools
|
||||
|
||||
%description tools
|
||||
|
|
@ -132,7 +132,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools
|
||||
Group: Applications/Databases
|
||||
Requires: openssl
|
||||
Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
||||
%package devel
|
||||
Summary: Headers and libraries for MongoDB development.
|
||||
|
|
@ -238,7 +262,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
|
|
@ -119,9 +119,9 @@ MongoDB features:
|
|||
This package contains mongos, the MongoDB sharded cluster query router.
|
||||
|
||||
%package tools
|
||||
Summary: MongoDB tools
|
||||
Summary: MongoDB tools metapackage
|
||||
Group: Applications/Databases
|
||||
Requires: openssl
|
||||
Requires: mongodb-database-tools, mongodb-org-database-tools-extra = %{version}
|
||||
Conflicts: mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools
|
||||
Obsoletes: mongo-10gen-tools
|
||||
Provides: mongo-10gen-tools
|
||||
|
|
@ -142,7 +142,31 @@ MongoDB features:
|
|||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains standard utilities for interacting with MongoDB.
|
||||
This metapackage exists to simplfy acquisition of both the database tools and the extra database tools.
|
||||
|
||||
%package database-tools-extra
|
||||
Summary: MongoDB extra database tools
|
||||
Group: Applications/Databases
|
||||
Requires: openssl
|
||||
Conflicts: mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise, mongodb-enterprise-mongos, mongodb-enterprise-server, mongodb-enterprise-shell, mongodb-enterprise-tools, mongodb-nightly, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-server, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable-database-tools-extra, mongodb-enterprise-database-tools-extra, mongodb-enterprise-unstable-database-tools-extra
|
||||
|
||||
%description database-tools-extra
|
||||
MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility.
|
||||
|
||||
MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency.
|
||||
|
||||
MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community.
|
||||
|
||||
MongoDB features:
|
||||
* JSON Data Model with Dynamic Schemas
|
||||
* Auto-Sharding for Horizontal Scalability
|
||||
* Built-In Replication for High Availability
|
||||
* Rich Secondary Indexes, including geospatial
|
||||
* TTL indexes
|
||||
* Text Search
|
||||
* Aggregation Framework & Native MapReduce
|
||||
|
||||
This package contains extra database tools, like the Compass installer.
|
||||
|
||||
%package devel
|
||||
Summary: Headers and libraries for MongoDB development
|
||||
|
|
@ -250,7 +274,7 @@ fi
|
|||
%{_bindir}/mongos
|
||||
%{_mandir}/man1/mongos.1*
|
||||
|
||||
%files tools
|
||||
%files database-tools-extra
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/install_compass
|
||||
|
|
|
|||
Loading…
Reference in New Issue