summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-03-17 23:32:26 +0000
committerErnie Hershey <ernie.hershey@10gen.com>2013-03-17 23:32:26 +0000
commitbafb7708c6f34cde5dbe6d954594984056ab5d76 (patch)
tree0283fe9dbbc2767045d3868f55f12aacd06f79df /buildscripts
parentce2d666c04b4a80af58e8bbb3388b0680e8cfeb6 (diff)
downloadmongo-bafb7708c6f34cde5dbe6d954594984056ab5d76.tar.gz
update logic for including new man pages to >=2.4.0, not >2.4.0
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/packager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py
index 3fc17954d96..dcddf0ab91b 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*
-#@@VERSION>2.4.0@@%{_mandir}/man1/mongotop.1*
-#@@VERSION>2.4.0@@%{_mandir}/man1/mongoperf.1*
-#@@VERSION>2.4.0@@%{_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,-)