debian-forge-composer/Schutzfile
Christian Kellner d6d40c8416 distro/rhel85: dont pin osbuild for rhel-8.5
Use osbuild from the 8.5 repos (should be osbuild 33 right now).
2021-08-28 09:20:19 +02:00

50 lines
1 KiB
Text

{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174",
"pre_install_packages": [
"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
]
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
},
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "152b14a0d6c5deccfce2096308230f6d9067d23e"
}
}
}
}