schutzbot: pin osbuild to >=37 on all distros

The bootloader option in ostree.config stage is new in osbuild 37. However,
osbuild 37 contains a bug that prevents it from working in certain cases,
thus we need to pin to a slightly newer commit that contains a fix for it:

bug: https://github.com/osbuild/osbuild/issues/822
fix: https://github.com/osbuild/osbuild/pull/824

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-09-22 15:39:03 +02:00 committed by Ondřej Budai
parent 1b59b2973e
commit 9403c6e795

View file

@ -2,7 +2,7 @@
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
},
"dependants": {
@ -14,35 +14,35 @@
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"rhel-8.5": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
}
}
}