Description of problem: On my new Rawhide system, rpmlint is crashing when run against any spec file: rpmlint /etc/rpmdevtools/spectemplate-python.spec Traceback (most recent call last): File "/usr/share/rpmlint/rpmlint.py", line 299, in <module> main() File "/usr/share/rpmlint/rpmlint.py", line 47, in main loadCheck(c) File "/usr/share/rpmlint/rpmlint.py", line 39, in loadCheck imp.load_module(name, f, pathname, description) File "/usr/share/rpmlint/TagsCheck.py", line 394, in <module> VALID_GROUPS=Config.getOption('ValidGroups', get_default_valid_rpmgroups()) File "/usr/share/rpmlint/TagsCheck.py", line 27, in get_default_valid_rpmgroups filename = filter(lambda x: x.endswith('/GROUPS'), p.files().keys())[0] IndexError: list index out of range Version-Release number of selected component (if applicable): rpmlint-0.83-1.fc10.noarch How reproducible: Every time Steps to Reproduce: 1. rpmlint <specfile> 2. 3. Actual results: Expected results: Additional info:
This should be fixed in rpmlint-0.84-2.fc10, which should be in the next rawhide push. See koji for the updated package until then: http://koji.fedoraproject.org/koji/buildinfo?buildID=58616 *** This bug has been marked as a duplicate of bug 456304 ***