bmap-tools.spec: improve commentaries about Centos6 and argparse
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:49:48 +0000 (07:49 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:49:48 +0000 (07:49 +0300)
The previous comment was a bit confusing.

Change-Id: Iab06d0d486bf3d6a0e7f4bb6df7c991251be579c
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
packaging/bmap-tools.spec

index a4c7368b6f29deb9bf4a882e111bbb8a9c281e94..d0a667d449202b2a8ca00cef43b0b1fb838b473b 100644 (file)
@@ -24,7 +24,8 @@ Requires:     python-xml
 Requires:      python-libs
 %endif
 
-# We need the argparse module which is not available in Centos6
+# Centos6 uses python 2.6, which does not have the argparse module. However,
+# argparse is available as a separate package there.
 %if 0%{?centos_version} == 600
 Requires:      python-argparse
 %endif