mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-25 18:48:30 +00:00
sync from upstream
This commit is contained in:
parent
45eed5c016
commit
18d9c27925
2 changed files with 19 additions and 0 deletions
15
reset-prepopulate.py
Normal file
15
reset-prepopulate.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
|
||||
remove_these = [
|
||||
'rhc',
|
||||
'insights-client'
|
||||
]
|
||||
|
||||
arches = [
|
||||
'x86_64',
|
||||
'aarch64',
|
||||
'ppc64le',
|
||||
's390x'
|
||||
]
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue