<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/25/2014 12:14 PM, Sheldon wrote:<br>
</div>
<blockquote cite="mid:53AAE754.7040606@linux.vnet.ibm.com"
type="cite">On 06/25/2014 10:05 PM, Aline Manera wrote:
<br>
<blockquote type="cite">On 06/23/2014 12:56 PM,
<a class="moz-txt-link-abbreviated" href="mailto:shaohef@linux.vnet.ibm.com">shaohef@linux.vnet.ibm.com</a> wrote:
<br>
<blockquote type="cite">From: ShaoHe Feng
<a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com"><shaohef@linux.vnet.ibm.com></a>
<br>
<br>
When install kimchi deb package on Ubuntu14.04, it report
firewalld is
<br>
required, but it is not installed.
<br>
<br>
This Ubuntu14.04 is a fresh OS, I install the Dependencies
according to
<br>
README.md
<br>
<br>
But README.md misses firewalld.
<br>
<br>
Signed-off-by: ShaoHe Feng <a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com"><shaohef@linux.vnet.ibm.com></a>
<br>
---
<br>
docs/README.md | 2 +-
<br>
1 file changed, 1 insertion(+), 1 deletion(-)
<br>
<br>
diff --git a/docs/README.md b/docs/README.md
<br>
index 4a504d8..dc85d16 100644
<br>
--- a/docs/README.md
<br>
+++ b/docs/README.md
<br>
@@ -75,7 +75,7 @@ for more information on how to configure
your system to access this repository.
<br>
python-pam python-m2crypto python-jsonschema \
<br>
qemu-kvm libtool python-psutil python-ethtool \
<br>
sosreport python-ipaddr python-lxml nfs-common \
<br>
- open-iscsi lvm2 xsltproc python-parted nginx
<br>
+ open-iscsi lvm2 xsltproc python-parted nginx firewalld
<br>
<br>
Packages version requirement:
<br>
python-jsonschema >= 1.3.0
<br>
</blockquote>
You also need to update the contrib/DEBIAN/control.in file
<br>
<br>
</blockquote>
check, it is already in control.in
<br>
$ grep --include="control.in" firewalld ./ -r
<br>
./contrib/DEBIAN/control.in: firewalld,
<br>
<br>
but none when check the README.md
<br>
$ grep --include="README.md" firewalld ./ -r
<br>
<br>
<br>
</blockquote>
<font face="DejaVu Sans Mono">Thanks for checking!</font><br>
</body>
</html>