debian-forge-composer/Schutzfile
Achilleas Koutsou b9e98a65a3 Schutzfile: pin osbuild for rhel-8.4
Pinning to v27: Released, but not available in repo snapshots yet.

Contains fix for home directories when using ostree:
https://github.com/osbuild/osbuild/pull/613
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": "5de2d3f96bd4841738846d5e4f1e0e4ed01e7a2a"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "e4e527b5b7cdf8bb6e48a6ec3ace7d9d9b155bc0"
}
}
}
}