mariadb-devel is deprecated

mariadb 10 uses the packaging convention MariaDB-* to not
conflict with mariadb 5.  As such, MariaDB-devel was indicating
a deprecation warning which this patch removes.

TrivialFix

Change-Id: I4b51fcedce3ef9e44c4a6830cd38ca8040a4d3f6
This commit is contained in:
Steven Dake 2016-03-09 00:43:52 -05:00
parent 1f3e75feb1
commit 0d273e077d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN yum -y install \
libffi-devel \
libxml2-devel \
libxslt-devel \
mariadb-devel \
MariaDB-devel \
openssl-devel \
python-devel \
openssh-clients \

View File

@ -76,7 +76,7 @@ RUN yum -y install \
libffi-devel \
libxml2-devel \
libxslt-devel \
mariadb-devel \
MariaDB-devel \
openldap-devel \
openssl-devel \
postgresql \