From 2b83a16c37c014742b6e884870e6d7ad44b6b20c Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Mon, 6 Apr 2020 16:14:03 +0200 Subject: [PATCH] osbuild requirement: bump to version 11 The newest osbuild is needed for support for aarch64. The aarch64 images are using GPT which requires stable partuuid which was included in the latest osbuild release (11). This will be used to produce stable image-info tests. --- README.md | 2 +- golang-github-osbuild-composer.spec | 2 +- osbuild | 2 +- osbuild-composer.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de5271cb8..3dd745dd0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ provided infrastructure and services. The requirements for this project are: - * `osbuild >= 7` + * `osbuild >= 11` * `systemd >= 244` At build-time, the following software is required: diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index eecc0d802..020ed544d 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 >= 7 +Requires: osbuild >= 11 Provides: osbuild-composer Provides: weldr diff --git a/osbuild b/osbuild index c8465ce06..953cf7bff 160000 --- a/osbuild +++ b/osbuild @@ -1 +1 @@ -Subproject commit c8465ce06fab84103dc1fa613a28f22d68554fb1 +Subproject commit 953cf7bff0924b1c19b7e73d6310b02b7047f62e diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 3cf8c5574..51813bddd 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 >= 7 +Requires: osbuild >= 11 Provides: weldr