From 5d77188de04f1686bf1fba87e09eca8094e6429c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 24 Apr 2020 11:38:09 +0200 Subject: [PATCH] bump osbuild to version 12 We will soon need the support for vhdx format, which is supported since osbuild 12. This commit bumps the dependency in the spec file and also updates the submodule. --- golang-github-osbuild-composer.spec | 2 +- osbuild | 2 +- osbuild-composer.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 2aa011323..1b98363a2 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -39,7 +39,7 @@ BuildRequires: golang(github.com/stretchr/testify) Requires: golang-github-osbuild-composer-worker Requires: systemd -Requires: osbuild >= 11 +Requires: osbuild >= 12 Provides: osbuild-composer Provides: weldr diff --git a/osbuild b/osbuild index 953cf7bff..f036c1075 160000 --- a/osbuild +++ b/osbuild @@ -1 +1 @@ -Subproject commit 953cf7bff0924b1c19b7e73d6310b02b7047f62e +Subproject commit f036c10759c30fd09f738668a2be08c405a28757 diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 178e1d50d..478b9a889 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -43,7 +43,7 @@ BuildRequires: golang(github.com/stretchr/testify/assert) Requires: osbuild-composer-worker Requires: systemd -Requires: osbuild >= 11 +Requires: osbuild >= 12 Provides: weldr