From 790f9816193d03d54318a52de8dd86f9e1764404 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 19 Feb 2025 11:21:26 +0100 Subject: [PATCH] spec: Add libblockdev-tools to install-env-deps Latest blivet added support for resizing FAT filesystem which needs the vfat-resize tool from the libblockdev-tools package. Because the package is missing from the installer image the FAT filesystem and EFI filesystem are both marked as not fully supported by Blivet which means Anaconda doesn't allow creating EFI System Partition in custom spoke. Including the package in install-env-deps is the quickest way to fix this. Resolves: rhbz#2346436 --- anaconda.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda.spec.in b/anaconda.spec.in index 0a4a2ab3caa..b69c0851548 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -193,6 +193,7 @@ for live installations. Summary: Installation environment specific dependencies Requires: udisks2-iscsi Requires: libblockdev-plugins-all >= %{libblockdevver} +Requires: libblockdev-tools %if ! 0%{?rhel} Requires: libblockdev-lvm-dbus %endif