summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-21 15:28:00 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-21 15:28:00 -0800
commitec6268183d43997c7fe124ca40a877edb0d7555b (patch)
treeeb871af5b189b33b9bdbb18fc7fd77d40b0e8c8f /INSTALL
downloadrpmlint-ec6268183d43997c7fe124ca40a877edb0d7555b.tar.gz
rpmlint-ec6268183d43997c7fe124ca40a877edb0d7555b.tar.bz2
rpmlint-ec6268183d43997c7fe124ca40a877edb0d7555b.zip
Imported Upstream version 1.4upstream/1.4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..bc607a3
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,16 @@
+You need the following utilities to run rpmlint:
+
+ o python 2.x (x >= 4)
+ o rpm 4.4.2.2 or newer and its python bindings
+ o libmagic and its python bindings (optional)
+ o readelf
+ o cpio
+ o desktop-file-validate
+ o gzip, bzip2 and xz
+ o enchant and its python bindings (optional)
+
+and the following programs to install it:
+
+ o python 2.x (x >= 4)
+ o rpm python bindings 4.4 or newer
+ o sed