Schutzfile: pin osbuild to v30

The new RHSM mechanism with a fallback is now available in osbuild > 30.
This commit is contained in:
Martin Sehnoutka 2021-07-26 10:38:38 +02:00 committed by msehnout
parent 130e357268
commit b244227a2f

View file

@ -1,15 +1,27 @@
{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "9a33fabd5176ba2b9b944bb7272a5cdf9fb9a5cc"
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
@ -24,7 +36,7 @@
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
},