packaging: add pyliblzma for Fedora dependencies
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 12 Aug 2013 15:01:53 +0000 (18:01 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 13 Aug 2013 07:29:27 +0000 (10:29 +0300)
Change-Id: I3fb1515c0ada923bc27a470979077f9c4e450f86
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
packaging/bmap-tools.spec

index 40c58e4..94e851e 100644 (file)
@@ -28,6 +28,8 @@ Requires: python-xml
 # In Fedora the xml.etree module is provided by the python-libs package
 %if 0%{?fedora_version}
 Requires: python-libs
+# Fedora has the pyliblzma which we use for decompressing .xz files
+Requires: pyliblzma
 %endif
 
 # Centos6 uses python 2.6, which does not have the argparse module. However,