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:
Dmitriy Rabotyagov
2025-05-28 13:43:33 +02:00
parent de0f07d120
commit 2c2723e756
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@
packages_install:
- dbus
- ethtool
- git
- git-core
- iputils
- lvm2
- python3