schutzbot: use downstream osbuild for Fedora and RHEL 8.4

It landed in all these distros. We need to wait a bit for CentOS Stream
though.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-02-23 12:13:04 +01:00 committed by Ondřej Budai
parent fbbdd2aa26
commit ed428879a2

View file

@ -1,10 +1,5 @@
{ {
"fedora-32": { "fedora-32": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
},
"dependants": { "dependants": {
"koji-osbuild": { "koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174" "commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
@ -26,25 +21,11 @@
} }
} }
}, },
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
}
},
"centos-8": { "centos-8": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b" "commit": "6f1350d72d210767062a8e346e1472305703686b"
} }
} }
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
}
} }
} }