diff options
Diffstat (limited to 'mcp/scripts/requirements_rpm.yaml')
-rw-r--r-- | mcp/scripts/requirements_rpm.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml index 8a57369b9..0ee95febb 100644 --- a/mcp/scripts/requirements_rpm.yaml +++ b/mcp/scripts/requirements_rpm.yaml @@ -9,20 +9,22 @@ requirements_pkg: # Common pkgs required for all deploys, no matter the type, arch etc. common: + - bc - cloud-utils-growpart - curl - - epel-release - e2fsprogs - genisoimage - git - kpartx - libvirt - make - - nbd # from EPEL repository + - openssl-devel - qemu-kvm + - rpm-build - rsync - util-linux - virt-install + - wget # Optional, arch-specific requirements, matched by key name = $(uname -m) aarch64: # AArch64 VMs use AAVMF (guest UEFI) |