spec: bump osbuild version to 41

This will be needed for new stages which are available only in osbuild
41.
This commit is contained in:
Martin Sehnoutka 2021-11-15 12:17:17 +01:00 committed by Ondřej Budai
parent 3101046d44
commit ea97adfdf8
2 changed files with 14 additions and 7 deletions

View file

@ -2,7 +2,7 @@
"fedora-33": { "fedora-33": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776" "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
} }
}, },
"dependants": { "dependants": {
@ -14,28 +14,35 @@
"fedora-34": { "fedora-34": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776" "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
} }
} }
}, },
"rhel-8.4": { "rhel-8.4": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776" "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
} }
} }
}, },
"rhel-8.6": { "rhel-8.6": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "2e8ef3eadddda07b4649feb2c05b62c42254d2c9" "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
}
}
},
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
} }
} }
}, },
"centos-8": { "centos-8": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "662fe0feb9c3fd2843b34501900d466272aac776" "commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
} }
} }
} }

View file

@ -326,8 +326,8 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
Summary: The worker for osbuild-composer Summary: The worker for osbuild-composer
Requires: systemd Requires: systemd
Requires: qemu-img Requires: qemu-img
Requires: osbuild >= 37 Requires: osbuild >= 41
Requires: osbuild-ostree >= 37 Requires: osbuild-ostree >= 41
Requires: %{name}-dnf-json = %{version}-%{release} Requires: %{name}-dnf-json = %{version}-%{release}
# remove in F34 # remove in F34