Adding dpkg-dev to required CentOS packages

After dpkg-devel upgraded to dpkg-devel-1.16.16-5.el6.x86_64 there was
no longer dpkg-scanpackages command available on the machine until
installing dpkg-dev-1.16.16-5.el6.noarch.

Before installing dpkg-dev, the plugin build crashed because
dpkg-scanpackages is a required command in order to build a fuel plugin.

Closes-bug: #1455882

Change-Id: I588ce4291b03c7cec27c3dfbac350575aa1699b4
This commit is contained in:
Aviram Bar-Haim 2015-05-17 13:18:36 +03:00
parent 96b5c85873
commit 28fee27428
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ If you use Ubuntu, run:
If you use CentOS, run:
# yum install createrepo dpkg-devel rpm rpm-build
# yum install createrepo dpkg-devel dpkg-dev rpm rpm-build
"""
PLUGIN_WRONG_NAME_EXCEPTION_MESSAGE = ("Plugin name is invalid, use only "