summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-03-14 19:10:58 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-03-14 20:04:40 -0400
commita8fd67b31adb0bfd99967543b10c7dda4e8d614c (patch)
tree599cac2b026c11dd962afd975b8488086c882270
parentf89c7424fc8777ef43c0f3557515f1a0f1f9d91e (diff)
downloadmongo-a8fd67b31adb0bfd99967543b10c7dda4e8d614c.tar.gz
SERVER-5307 Only include new man pages in rpm if version > 2.4.0
-rw-r--r--buildscripts/packager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py
index 2a2d4152d65..3fc17954d96 100644
--- a/buildscripts/packager.py
+++ b/buildscripts/packager.py
@@ -924,9 +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*
+#@@VERSION>2.4.0@@%{_mandir}/man1/mongotop.1*
+#@@VERSION>2.4.0@@%{_mandir}/man1/mongoperf.1*
+#@@VERSION>2.4.0@@%{_mandir}/man1/mongooplog.1*
%files server
%defattr(-,root,root,-)