116 lines
2.9 KiB
JSON
116 lines
2.9 KiB
JSON
# This is a extended json package definition file
|
|
# We allow simple comments (lines starting with a hash symbol)
|
|
{
|
|
# This is currently our "master" repo set with versions
|
|
# that we are trying to align other distributions with.
|
|
# The versions should at least be major + minor!
|
|
"ubuntu-oneiric": {
|
|
"lvm2": {
|
|
"version": "2.02*",
|
|
"removable": true
|
|
},
|
|
"open-iscsi": {
|
|
"version": "2.0*",
|
|
"removable": true
|
|
},
|
|
"open-iscsi-utils": {
|
|
"version": "2.0*",
|
|
"removable": true
|
|
},
|
|
# Only really needed if you plan on using kvm
|
|
"kvm": {
|
|
"version": "1:84*",
|
|
"removable": true
|
|
},
|
|
"qemu-kvm": {
|
|
"version": "0.14.*",
|
|
"removable": true
|
|
},
|
|
"python-libvirt": {
|
|
"version": "0.9.2*",
|
|
"removable": true
|
|
},
|
|
"libvirt-bin": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"libvirt0": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
"lvm2": {
|
|
"version": "2.02*",
|
|
"removable": true
|
|
},
|
|
"iscsi-initiator-utils": {
|
|
"version": "6.2*",
|
|
"removable": true
|
|
},
|
|
# Only really needed if you plan on using kvm
|
|
"qemu-kvm": {
|
|
"version": "2*",
|
|
"removable": true
|
|
},
|
|
"qemu-img": {
|
|
"version": "0.12*",
|
|
"removable": true
|
|
},
|
|
"libvirt-python": {
|
|
"version": "0.9.4*",
|
|
"removable": true
|
|
},
|
|
"libvirt-client": {
|
|
"version": "0.9.4*",
|
|
"removable": true
|
|
},
|
|
"libvirt": {
|
|
"version": "0.9.4*",
|
|
"removable": true
|
|
},
|
|
"libguestfs": {
|
|
"version": "1.2.7*",
|
|
"removable": true
|
|
},
|
|
"libguestfs-mount": {
|
|
"version": "1.7.17*",
|
|
"removable": true
|
|
},
|
|
"libguestfs-tools": {
|
|
"version": "1.7.17*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"fedora-16": {
|
|
"lvm2": {
|
|
"version": "2.02*",
|
|
"removable": true
|
|
},
|
|
"iscsi-initiator-utils": {
|
|
"version": "6.2*",
|
|
"removable": true
|
|
},
|
|
"qemu-system-x86": {
|
|
"version": "0.15*",
|
|
"removable": true
|
|
},
|
|
"qemu-img": {
|
|
"version": "0.15*",
|
|
"removable": true
|
|
},
|
|
"libvirt-python": {
|
|
"version": "0.9.6*",
|
|
"removable": true
|
|
},
|
|
"libvirt-client": {
|
|
"version": "0.9.6*",
|
|
"removable": true
|
|
},
|
|
"libvirt": {
|
|
"version": "0.9.6*",
|
|
"removable": true
|
|
}
|
|
}
|
|
}
|