[bmap-tools] [PATCH 3/4] packaging: add pyliblzma for Fedora dependencies

Artem Bityutskiy dedekind1 at gmail.com
Tue Aug 13 03:29:41 EDT 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

Change-Id: I3fb1515c0ada923bc27a470979077f9c4e450f86
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 packaging/bmap-tools.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec
index 40c58e4..94e851e 100644
--- a/packaging/bmap-tools.spec
+++ b/packaging/bmap-tools.spec
@@ -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,
-- 
1.8.1.4




More information about the Bmap-tools mailing list