debian-forge-composer/Schutzfile
Ondřej Budai 3ef9a397bf Schutzfile: bump osbuild for RHEL 8.5
Requires support for new features not yet released in RHEL 8.5
2021-07-24 15:54:00 +02:00

38 lines
803 B
Text

{
"fedora-33": {
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "9a33fabd5176ba2b9b944bb7272a5cdf9fb9a5cc"
}
},
"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": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
}
}
},
"rhel-8.5": {
"dependencies": {
"osbuild": {
"commit": "35de3093a7b52569512bdc61d2105febbb9b0c7e"
}
}
}
}