diff options
author | Andreas Nilsson <andreas.nilsson@mongodb.com> | 2016-08-22 08:56:14 -0400 |
---|---|---|
committer | Andreas Nilsson <andreas.nilsson@mongodb.com> | 2016-08-22 08:56:35 -0400 |
commit | e576de40f3629649c453f437ad18a2a86b433509 (patch) | |
tree | 9ea449127102bfab7fbc85d189fa4fc3907a44dd /rpm | |
parent | 0b1cb011c860aa8c68714d4370c30417009993ed (diff) | |
download | mongo-e576de40f3629649c453f437ad18a2a86b433509.tar.gz |
SERVER-25707 Add mongoldap enterprise binary to Linux packages
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-enterprise.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index cd4c66607b8..fdc9c256d94 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -243,6 +243,7 @@ fi %{_bindir}/bsondump %{_bindir}/mongodecrypt +%{_bindir}/mongoldap %{_bindir}/mongodump %{_bindir}/mongoexport %{_bindir}/mongofiles diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec index 95fd1410306..018ad6c444a 100644 --- a/rpm/mongodb-enterprise.spec +++ b/rpm/mongodb-enterprise.spec @@ -254,6 +254,7 @@ fi %{_bindir}/bsondump %{_bindir}/mongodecrypt +%{_bindir}/mongoldap %{_bindir}/mongodump %{_bindir}/mongoexport %{_bindir}/mongofiles |