debian-forge-composer/Schutzfile
Ondřej Budai 973b4b2714 distro/rhel84: build qcow2 images with compat=0.10
By default, `qemu-img convert` creates qcow2 images usable in qemu 1.1 and
newer. RHEL 8 guest images are meant to be bootable on RHEL 6 though.
Unfortunately, RHEL 6 has qemu 0.12, therefore these images cannot be used
there.

To fix this, we need to use the new qcow2_compat option in qemu assembler
to override the default compat version and make qcow2 images that can be used
in qemu 0.10 and newer.

For this, we need osbuild 28 that isn't yet available in of any of
downstreams, therefore we need to pin it everywhere.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-04-10 19:18:13 +01:00

50 lines
1 KiB
Text

{
"fedora-32": {
"dependencies": {
"osbuild": {
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
}
}
},
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
}
},
"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"
}
}
}
}