summaryrefslogtreecommitdiff
path: root/rpm/mongodb-org.spec
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2020-01-15 19:51:39 +0000
committerevergreen <evergreen@mongodb.com>2020-01-15 19:51:39 +0000
commit3c0c136ecf80d60f512e96b9720af3845f401fd8 (patch)
treee8981c04b760b03bb623b2cfaf31d48ba84bc9a7 /rpm/mongodb-org.spec
parentc9dbf657e1ef0fdda8a32d1080d4a7c3bb361c5e (diff)
downloadmongo-3c0c136ecf80d60f512e96b9720af3845f401fd8.tar.gz
SERVER-44763 Remove gotools from build and packaging
Diffstat (limited to 'rpm/mongodb-org.spec')
-rw-r--r--rpm/mongodb-org.spec21
1 files changed, 1 insertions, 20 deletions
diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec
index 0edabde88d4..ceac56c7bb9 100644
--- a/rpm/mongodb-org.spec
+++ b/rpm/mongodb-org.spec
@@ -252,29 +252,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
* Mon Oct 10 2016 Sam Kleinman <sam@mongodb.com>