summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-03-14 19:09:00 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-03-14 20:04:40 -0400
commitf89c7424fc8777ef43c0f3557515f1a0f1f9d91e (patch)
tree441eb671d045b7bc1d56e1278aaee940148a57e1
parentb894cc7211a5520196a735301a26a0df33123819 (diff)
downloadmongo-f89c7424fc8777ef43c0f3557515f1a0f1f9d91e.tar.gz
SERVER-5307 Include new man pages in rpm
-rw-r--r--buildscripts/packager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py
index d0dd492981a..2a2d4152d65 100644
--- a/buildscripts/packager.py
+++ b/buildscripts/packager.py
@@ -924,6 +924,9 @@ fi
%{_mandir}/man1/mongostat.1*
# FIXME: uncomment when mongosniff is back in the package
#%{_mandir}/man1/mongosniff.1*
+%{_mandir}/man1/mongotop.1*
+%{_mandir}/man1/mongoperf.1*
+%{_mandir}/man1/mongooplog.1*
%files server
%defattr(-,root,root,-)