From f9ff8ffbf127b738ebda24874ed5de3848d32d0d Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Mon, 3 Feb 2025 12:15:08 +0100 Subject: [PATCH] specfile: build requires `libxcrypt-compat` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We received a commit downstream by Björn Esser. After asking around for the reasoning behind the commit it seems that we're likely assuming that this package is available in the buildroot. Let's depend on it explicitly instead of assuming it is there. Signed-off-by: Simon de Vlieger --- image-builder.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/image-builder.spec b/image-builder.spec index 1b5d74f..c08ec5d 100644 --- a/image-builder.spec +++ b/image-builder.spec @@ -36,6 +36,7 @@ BuildRequires: gpgme-devel BuildRequires: libassuan-devel # Build requirements of 'github.com/containers/storage' package BuildRequires: device-mapper-devel +BuildRequires: libxcrypt-devel %if 0%{?fedora} # Build requirements of 'github.com/containers/storage' package BuildRequires: btrfs-progs-devel