SERVER-5307 Only include new man pages in rpm if version > 2.4.0

This commit is contained in:
Ernie Hershey 2013-03-14 19:10:58 -04:00
parent f89c7424fc
commit a8fd67b31a
1 changed files with 3 additions and 3 deletions

View File

@ -924,9 +924,9 @@ fi
%{_mandir}/man1/mongostat.1* %{_mandir}/man1/mongostat.1*
# FIXME: uncomment when mongosniff is back in the package # FIXME: uncomment when mongosniff is back in the package
#%{_mandir}/man1/mongosniff.1* #%{_mandir}/man1/mongosniff.1*
%{_mandir}/man1/mongotop.1* #@@VERSION>2.4.0@@%{_mandir}/man1/mongotop.1*
%{_mandir}/man1/mongoperf.1* #@@VERSION>2.4.0@@%{_mandir}/man1/mongoperf.1*
%{_mandir}/man1/mongooplog.1* #@@VERSION>2.4.0@@%{_mandir}/man1/mongooplog.1*
%files server %files server
%defattr(-,root,root,-) %defattr(-,root,root,-)