spec: bump the osbuild dependency to version 15
The new Fedora IoT image type uses org.osbuild.ostree.commit assembler with tar option that was introduced in osbuild 15, therefore the dependency version must be bumped. This also bumps the submodule to 9cbedc04. That's basically version 15 of osbuild with one fix related to secrets.
This commit is contained in:
parent
62b3cd68d7
commit
fcd3394a82
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ BuildRequires: golang(github.com/stretchr/testify)
|
|||
|
||||
Requires: golang-github-osbuild-composer-worker
|
||||
Requires: systemd
|
||||
Requires: osbuild >= 12
|
||||
Requires: osbuild >= 15
|
||||
|
||||
Provides: osbuild-composer
|
||||
Provides: weldr
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ BuildRequires: golang(github.com/stretchr/testify/assert)
|
|||
|
||||
Requires: osbuild-composer-worker
|
||||
Requires: systemd
|
||||
Requires: osbuild >= 12
|
||||
Requires: osbuild >= 15
|
||||
|
||||
Provides: weldr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue