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
|
case ${DISTRO_ID} in
|
||||||
rocky|centos|rhel)
|
rocky|centos|rhel)
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
git /usr/bin/curl autoconf gcc gcc-c++ nc \
|
git-core /usr/bin/curl gcc gcc-c++ nc \
|
||||||
systemd-devel pkgconf \
|
systemd-devel pkgconf \
|
||||||
openssl-devel libffi-devel \
|
openssl-devel libffi-devel \
|
||||||
rsync wget
|
rsync wget
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
packages_install:
|
packages_install:
|
||||||
- dbus
|
- dbus
|
||||||
- ethtool
|
- ethtool
|
||||||
- git
|
- git-core
|
||||||
- iputils
|
- iputils
|
||||||
- lvm2
|
- lvm2
|
||||||
- python3
|
- python3
|
||||||
|
|||||||
Reference in New Issue
Block a user