Do not require full git & autoconf on EL
There should be no need in installing full git as well as autoconf, as we are not requiring them on DEB systems either. They require a lot of Perl dependencies, which we can simply avoid. Change-Id: Id3ca13aa7e0b521a10318c72c4095c4eb97bdeec
This commit is contained in:
@@ -98,7 +98,7 @@ esac
|
||||
case ${DISTRO_ID} in
|
||||
rocky|centos|rhel)
|
||||
dnf -y install \
|
||||
git /usr/bin/curl autoconf gcc gcc-c++ nc \
|
||||
git-core /usr/bin/curl gcc gcc-c++ nc \
|
||||
systemd-devel pkgconf \
|
||||
openssl-devel libffi-devel \
|
||||
rsync wget
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
packages_install:
|
||||
- dbus
|
||||
- ethtool
|
||||
- git
|
||||
- git-core
|
||||
- iputils
|
||||
- lvm2
|
||||
- python3
|
||||
|
||||
Reference in New Issue
Block a user