Catch all kernel packages (#505420)

This commit is contained in:
Jesse Keating 2009-12-22 12:08:22 -08:00
parent b79b50b669
commit d4fc805857
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ if __name__ == "__main__":
#Everthing else but kernels
for po in ds.pkgSack.returnPackages():
if po.name.find("kernel") == -1:
if po.name.find("kernel-*") == -1:
member = ds.tsInfo.addInstall(po)
ds.resolveDeps()