From a533df9c8b1a3b5ab0f645edb1017b0e98642b64 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Dec 2023 16:40:41 -0500 Subject: [PATCH] Requires: composefs Since we will use it at runtime in the near future. --- bootc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootc.spec b/bootc.spec index 8e3f80e..0426aa9 100644 --- a/bootc.spec +++ b/bootc.spec @@ -18,6 +18,7 @@ URL: https://github.com/containers/bootc Source0: %{url}/releases/download/v%{version}/bootc-%{version}.tar.zstd Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd + BuildRequires: make BuildRequires: ostree-devel BuildRequires: openssl-devel @@ -28,6 +29,8 @@ BuildRequires: cargo-rpm-macros >= 25 %endif BuildRequires: systemd +# Backing storage tooling https://github.com/containers/composefs/issues/125 +Requires: composefs # For OS updates Requires: skopeo # For bootloader updates