sync from upstream

This commit is contained in:
Louis Abel 2022-06-14 09:46:41 -07:00
parent 45eed5c016
commit 18d9c27925
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 19 additions and 0 deletions

15
reset-prepopulate.py Normal file
View File

@ -0,0 +1,15 @@
#!/usr/bin/env python3
import json
remove_these = [
'rhc',
'insights-client'
]
arches = [
'x86_64',
'aarch64',
'ppc64le',
's390x'
]

View File

@ -64,11 +64,15 @@ additional_packages = [
}),
("^AppStream$", {
"*": [
"adobe-source-code-pro-fonts", #ENGCMP-2390
"dpdk-devel", #ENGCMP-2205
"freeglut-devel", #ENGCMP-2073
"gcc-toolset-12", #ENGCMP-2391
"gcc-toolset-12-annobin-annocheck", #ENGCMP-2384
"gcc-toolset-12-annobin-docs", #ENGCMP-2384
"gcc-toolset-12-annobin-plugin-gcc", #ENGCMP-2384
"gcc-toolset-12-build", #ENGCMP-2391
"gcc-toolset-12-runtime", #ENGCMP-2391
"libzdnn", #ENGCMP-2244
"libzdnn-devel", #ENGCMP-2297
"mkpasswd", #ENGCMP-2259