Description of problem: getfullcomps.py and getnotincomps.py have 'RedHat' hardcoded into their paths - it should now hardcoded as 'Fedora', or set via an option. $ pwd /usr/share/comps-extras $ grep RedHat * getfullcomps.py: hdlist = rpm.readHeaderListFromFile("%s/%s/RedHat/base/hdlist" % (path, arch)) getfullcomps.py: fd = os.open("%s/%s/RedHat/base/hdlist2" % (path, arch), os.O_RDONLY) getfullcomps.py: compslist = comps.Comps("%s/%s/RedHat/base/%s" % (path, arch, filename)) getnotincomps.py: basedir = "%s/%s/RedHat/base/" % (treedir, arch) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. n/a 2. 3. Actual results: Expected results: Additional info:
Fixed in next build (can pass Fedora/base as an argument to get it to use that instead)