Skip to content

Commit

Permalink
spec: depend on osbuild v83
Browse files Browse the repository at this point in the history
Set the dependency to osbuild v83 which contains the new features for
preserving manifest lists for containers.

Added in osbuild/osbuild#1252
  • Loading branch information
achilleas-k committed Apr 13, 2023
1 parent 3008a94 commit d694bd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osbuild-composer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,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
Expand Down

0 comments on commit d694bd1

Please sign in to comment.