fix build-srpms edit failure in openssh/openldap
It is due to these packages need autoreconf support. Add required package automake/autogen/libtool to solve it. Closes-Bug: 1799160 Change-Id: I5c6c03a6b74e168d73f0fb054bd5ccab367e3a94 Signed-off-by: slin14 <shuicheng.lin@intel.com>
This commit is contained in:
parent
9ffc055d76
commit
e7994bec73
@ -38,6 +38,8 @@ RUN groupadd -g 751 cgts && \
|
||||
yum install -y anaconda \
|
||||
anaconda-help \
|
||||
anaconda-runtime \
|
||||
autogen \
|
||||
automake \
|
||||
bc \
|
||||
bind \
|
||||
bind-utils \
|
||||
@ -48,6 +50,7 @@ RUN groupadd -g 751 cgts && \
|
||||
gcc \
|
||||
gettext \
|
||||
git \
|
||||
libtool \
|
||||
libxml2 \
|
||||
libxml2-devel \
|
||||
libxslt-devel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user