diff options
author | Andrew Morrow <andrew.morrow@10gen.com> | 2020-01-15 19:51:39 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-15 19:51:39 +0000 |
commit | 3c0c136ecf80d60f512e96b9720af3845f401fd8 (patch) | |
tree | e8981c04b760b03bb623b2cfaf31d48ba84bc9a7 /rpm/mongodb-org-init.spec | |
parent | c9dbf657e1ef0fdda8a32d1080d4a7c3bb361c5e (diff) | |
download | mongo-3c0c136ecf80d60f512e96b9720af3845f401fd8.tar.gz |
SERVER-44763 Remove gotools from build and packaging
Diffstat (limited to 'rpm/mongodb-org-init.spec')
-rw-r--r-- | rpm/mongodb-org-init.spec | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/rpm/mongodb-org-init.spec b/rpm/mongodb-org-init.spec index ac35c08ac6f..da65c2e2bfc 100644 --- a/rpm/mongodb-org-init.spec +++ b/rpm/mongodb-org-init.spec @@ -250,29 +250,10 @@ fi %files tools %defattr(-,root,root,-) -#%doc README -%doc THIRD-PARTY-NOTICES.gotools -%{_bindir}/bsondump %{_bindir}/install_compass -%{_bindir}/mongodump -%{_bindir}/mongoexport -%{_bindir}/mongofiles -%{_bindir}/mongoimport -%{_bindir}/mongorestore -%{_bindir}/mongotop -%{_bindir}/mongostat - -%{_mandir}/man1/bsondump.1* -%{_mandir}/man1/mongodump.1* -%{_mandir}/man1/mongoexport.1* -%{_mandir}/man1/mongofiles.1* -%{_mandir}/man1/mongoimport.1* + %{_mandir}/man1/mongoldap.1* -%{_mandir}/man1/mongoreplay.1* -%{_mandir}/man1/mongorestore.1* -%{_mandir}/man1/mongotop.1* -%{_mandir}/man1/mongostat.1* %changelog * Thu Dec 19 2013 Ernie Hershey <ernie.hershey@mongodb.com> |