From 145e89211d91fcbb25f92596a272c532e95396f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 21 Feb 2023 13:39:27 +0100 Subject: [PATCH] SPEC: depend on osbuild v80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set the dependency to osbuild version 80, which contains the `remove_destination` option in the copy stage. https://github.com/osbuild/osbuild/releases/tag/v80 Signed-off-by: Tomáš Hozza --- osbuild-composer.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index cafb402bb..bb287d072 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -295,10 +295,10 @@ The core osbuild-composer binary. This is suitable both for spawning in containe Summary: The worker for osbuild-composer Requires: systemd Requires: qemu-img -Requires: osbuild >= 78 -Requires: osbuild-ostree >= 78 -Requires: osbuild-lvm2 >= 78 -Requires: osbuild-luks2 >= 78 +Requires: osbuild >= 80 +Requires: osbuild-ostree >= 80 +Requires: osbuild-lvm2 >= 80 +Requires: osbuild-luks2 >= 80 Requires: %{name}-dnf-json = %{version}-%{release} %description worker