From fcd3394a8217ab9e5f4e83fd9d2be094750f400a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 27 May 2020 10:47:46 +0200 Subject: [PATCH] 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. --- golang-github-osbuild-composer.spec | 2 +- osbuild-composer.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 481281d20..4c20fd811 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -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 diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 21b3f0a22..17ee6bd76 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -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