From 2c2723e756cf9bec96dc7039947dbac74c5943e4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 28 May 2025 13:43:33 +0200 Subject: [PATCH] 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 --- scripts/bootstrap-ansible.sh | 2 +- tests/roles/bootstrap-host/vars/redhat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 43242cedb8..04b45e2936 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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 diff --git a/tests/roles/bootstrap-host/vars/redhat.yml b/tests/roles/bootstrap-host/vars/redhat.yml index 4cc683fc21..8633d7f742 100644 --- a/tests/roles/bootstrap-host/vars/redhat.yml +++ b/tests/roles/bootstrap-host/vars/redhat.yml @@ -16,7 +16,7 @@ packages_install: - dbus - ethtool - - git + - git-core - iputils - lvm2 - python3