Add more kernel related packages (Fix #541) (#551)

This commit is contained in:
Mai MISHIRO
2017-12-11 14:32:20 +09:00
committed by Kota Kanbe
parent 383220f384
commit c0f66320f6

View File

@@ -94,6 +94,8 @@ var kernelRelatedPackNames = map[string]bool{
"kernel-tools": true,
"kernel-tools-libs": true,
"kernel-tools-libs-devel": true,
"perf": true,
"python-perf": true,
}
func (o RedHatBase) update(r *models.ScanResult, defPacks defPacks) {