debian-forge-composer/Schutzfile
Achilleas Koutsou 3618611d6f Schutzfile: pin osbuild for rhel-8.4
We need to test the PR before a new osbuild is released.  Pinning to
current `main`.

In particular, we need to test against
https://github.com/osbuild/osbuild/pull/600
2021-03-17 18:12:17 +00:00

38 lines
803 B
Text

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