debian-forge-composer/Schutzfile
Tom Gundersen 5f4a752158 schutzfile: pin osbuild dependency
In order to land a PR before osbuild reaches the stable repositories
we pin the verson to test against (which has been pushed out).

This is an exception from our usual procedures as we would otherwise
not be able to land this bug fix for RHEL8.4.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2021-02-20 20:01:15 +01:00

50 lines
1 KiB
Text

{
"fedora-32": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"rhel-8.3": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174",
"pre_install_packages": [
"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
]
}
}
},
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "6f1350d72d210767062a8e346e1472305703686b"
}
}
}
}