From ea97adfdf865113c307d69ff4f3a229b73dffec4 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Mon, 15 Nov 2021 12:17:17 +0100 Subject: [PATCH] spec: bump osbuild version to 41 This will be needed for new stages which are available only in osbuild 41. --- Schutzfile | 17 ++++++++++++----- osbuild-composer.spec | 4 ++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Schutzfile b/Schutzfile index ff2f2e79e..88d4b60e7 100644 --- a/Schutzfile +++ b/Schutzfile @@ -2,7 +2,7 @@ "fedora-33": { "dependencies": { "osbuild": { - "commit": "662fe0feb9c3fd2843b34501900d466272aac776" + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" } }, "dependants": { @@ -14,28 +14,35 @@ "fedora-34": { "dependencies": { "osbuild": { - "commit": "662fe0feb9c3fd2843b34501900d466272aac776" + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" } } }, "rhel-8.4": { "dependencies": { "osbuild": { - "commit": "662fe0feb9c3fd2843b34501900d466272aac776" + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" } } }, "rhel-8.6": { "dependencies": { "osbuild": { - "commit": "2e8ef3eadddda07b4649feb2c05b62c42254d2c9" + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" + } + } + }, + "rhel-9.0": { + "dependencies": { + "osbuild": { + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" } } }, "centos-8": { "dependencies": { "osbuild": { - "commit": "662fe0feb9c3fd2843b34501900d466272aac776" + "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f" } } } diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 8b9ba7e4c..87dde25aa 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -326,8 +326,8 @@ 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 >= 37 -Requires: osbuild-ostree >= 37 +Requires: osbuild >= 41 +Requires: osbuild-ostree >= 41 Requires: %{name}-dnf-json = %{version}-%{release} # remove in F34