schutzfile: pin osbuild dependency
In order to land a PR before osbuild reaches the stable repositories we pin the verson to test against (which has been pushed out). This is an exception from our usual procedures as we would otherwise not be able to land this bug fix for RHEL8.4. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
a76f15648c
commit
5f4a752158
1 changed files with 27 additions and 1 deletions
28
Schutzfile
28
Schutzfile
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"fedora-32": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "6f1350d72d210767062a8e346e1472305703686b"
|
||||
}
|
||||
},
|
||||
"dependants": {
|
||||
"koji-osbuild": {
|
||||
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
||||
|
|
@ -9,7 +14,7 @@
|
|||
"rhel-8.3": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "3086c7d70c304214e2855cdcf495d4b70f4b04c6"
|
||||
"commit": "6f1350d72d210767062a8e346e1472305703686b"
|
||||
}
|
||||
},
|
||||
"dependants": {
|
||||
|
|
@ -20,5 +25,26 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"fedora-33": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "6f1350d72d210767062a8e346e1472305703686b"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "6f1350d72d210767062a8e346e1472305703686b"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "6f1350d72d210767062a8e346e1472305703686b"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue