diff -rupN cobbler-2.0.7-old/cobbler/codes.py cobbler-2.0.7-new/cobbler/codes.py --- cobbler-2.0.7-old/cobbler/codes.py 2014-04-09 15:09:16.712074725 -0400 +++ cobbler-2.0.7-new/cobbler/codes.py 2014-04-09 15:20:32.775951259 -0400 @@ -41,7 +41,7 @@ VALID_OS_BREEDS = [ ] VALID_OS_VERSIONS = { - "redhat" : [ "rhel2.1", "rhel3", "rhel4", "rhel5", "rhel6", "fedora5", "fedora6", "fedora7", "fedora8", "fedora9", "fedora10", "fedora11", "fedora12", "fedora13", "fedora14", "fedora15", "generic24", "generic26", "virtio26", "other" ], + "redhat" : [ "rhel2.1", "rhel3", "rhel4", "rhel5", "rhel5.4", "rhel6", "rhel7", "fedora5", "fedora6", "fedora7", "fedora8", "fedora9", "fedora10", "fedora11", "fedora12", "fedora13", "fedora14", "fedora15", "fedora16", "fedora17", "fedora18", "fedora19", "fedora20", "generic24", "generic26", "virtio26", "other" ], "suse" : [ "sles10", "generic24", "generic26", "virtio26", "other" ], "debian" : [ "etch", "lenny", "generic24", "generic26", "other" ], "ubuntu" : [ "dapper", "hardy", "intrepid", "jaunty" ],