debian-forge-composer/Schutzfile
Ondřej Budai 602b97b2a8 schutzfile: remove osbuild pins for Fedora
osbuild 28 already landed in both Fedora 32 and Fedora 33

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-06-10 14:59:08 +02:00

38 lines
803 B
Text

{
"fedora-33": {
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
}
},
"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"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
}
}
}
}