[PATCH] Update Debian dependecy list.

From: Paulo Vital <pvital@gmail.com> Commit fcc38fd removed the support of create firewall rules, but firewalld is still listed as dependency package for Debian host machines. This patch removes firewalld package from apt-get command line for Debian on README file, as well the dependency of this package on control.in file. Signed-off-by: Paulo Vital <pvital@gmail.com> --- contrib/DEBIAN/control.in | 1 - docs/README.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 6206817..069e14b 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -23,7 +23,6 @@ Depends: python-cherrypy3 (>= 3.2.0), python-ipaddr, python-lxml, open-iscsi, - firewalld, nginx, python-guestfs, python-ldap, diff --git a/docs/README.md b/docs/README.md index 0d20b2b..0160ee5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -88,8 +88,7 @@ channel at RHN Classic or Red Hat Satellite. qemu-kvm libtool python-psutil python-ethtool \ sosreport python-ipaddr python-ldap \ python-lxml nfs-common open-iscsi lvm2 xsltproc \ - python-parted nginx \ - firewalld python-guestfs libguestfs-tools \ + python-parted nginx python-guestfs libguestfs-tools \ websockify novnc spice-html5 Packages version requirement: -- 1.9.3 (Apple Git-50)

Applied. Thanks. Regards, Aline Manera
participants (2)
-
Aline Manera
-
pvital@gmail.com