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:
parent
1b59b2973e
commit
9403c6e795
1 changed files with 6 additions and 6 deletions
12
Schutzfile
12
Schutzfile
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue