From 49ef4577edf92e212d7a44d6186aaabb9d7b211d Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Sun, 2 Apr 2023 15:13:04 +0200 Subject: [PATCH] spec: depend on osbuild v83 Set the dependency to osbuild v83 which contains the new features for preserving manifest lists for containers. Added in https://github.com/osbuild/osbuild/pull/1252 --- osbuild-composer.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 39c526dde9..0a4512100b 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 >= 81 -Requires: osbuild-ostree >= 81 -Requires: osbuild-lvm2 >= 81 -Requires: osbuild-luks2 >= 81 +Requires: osbuild >= 83 +Requires: osbuild-ostree >= 83 +Requires: osbuild-lvm2 >= 83 +Requires: osbuild-luks2 >= 83 Requires: %{name}-dnf-json = %{version}-%{release} %description worker