anvil/conf/pkgs/n-vol.json
Joshua Harlow 79ece72a67 More pkgs.
2012-01-23 15:18:14 -08:00

39 lines
1.2 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.
"ubuntu-oneiric": {
# Linux SCSI target framework
"tgt": {
"version": "1:1.0.17-1ubuntu1",
"allowed": ">=",
"removable": true
},
"lvm2": {
"version": "2.02.66-4ubuntu3",
"allowed": ">=",
"removable": true
}
},
"rhel-6": {
# Unless otherwise noted the versions may be slightly
# different, but for common utilities this should not be a critical
# issue unless determined otherwise.
#
# If a package requires EPEL repo please follow instructions
# at http://fedoraproject.org/wiki/EPEL to ensure the repo is in /etc/yum.repos.d/
"lvm2": {
"version": "2.02.83-3.el6",
"allowed": ">=",
"removable": true
},
# This seems to be the tgt package from ubuntu?
"scsi-target-utils": {
"version": "1.0.14-2.el6",
"allowed": ">=",
"removable": true
}
}
}