debian-forge-composer/Schutzfile
Ondřej Budai c036f96cf5 schutzfile: drop osbuild pin for CentOS Stream 8
We already ship 29 in CentOS Stream 8, eb74ddf2 is 28.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-07-07 13:25:26 +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"
}
}
},
"rhel-8.5": {
"dependencies": {
"osbuild": {
"commit": "ace07f2656485cb3b820857d0401b75499799262"
}
}
}
}