On 06/25/2014 12:14 PM, Sheldon wrote:
On 06/25/2014 10:05 PM, Aline Manera wrote:
On 06/23/2014 12:56 PM, shaohef@linux.vnet.ibm.com wrote:
From: ShaoHe Feng <shaohef@linux.vnet.ibm.com>

When install kimchi deb package on Ubuntu14.04, it report firewalld is
required, but it is not installed.

This Ubuntu14.04 is a fresh OS, I install the Dependencies according to
README.md

But README.md misses firewalld.

Signed-off-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com>
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index 4a504d8..dc85d16 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -75,7 +75,7 @@ for more information on how to configure your system to access this repository.
python-pam python-m2crypto python-jsonschema \
qemu-kvm libtool python-psutil python-ethtool \
sosreport python-ipaddr python-lxml nfs-common \
- open-iscsi lvm2 xsltproc python-parted nginx
+ open-iscsi lvm2 xsltproc python-parted nginx firewalld

Packages version requirement:
python-jsonschema >= 1.3.0
You also need to update the contrib/DEBIAN/control.in file

check, it is already in control.in
$ grep --include="control.in" firewalld ./ -r
./contrib/DEBIAN/control.in: firewalld,

but none when check the README.md
$ grep --include="README.md" firewalld ./ -r


Thanks for checking!