We don't run on RHEL 8.3 anymore. Note that the koji-osbuild rev-deps test is not run anymore, therefore it's fine to drop dependants, see: https://github.com/osbuild/osbuild-composer/issues/1559 We should reintroduce it though. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
49 lines
947 B
Text
49 lines
947 B
Text
{
|
|
"fedora-33": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
},
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
|
}
|
|
}
|
|
},
|
|
"fedora-34": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.4": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.5": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
}
|
|
},
|
|
"rhel-9.0": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
}
|
|
},
|
|
"centos-8": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
|
|
}
|
|
}
|
|
}
|
|
}
|