mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-26 06:36:26 +00:00
sync from upstream
This commit is contained in:
parent
19afbd2c9f
commit
1189158d69
@ -53,16 +53,31 @@ additional_packages = [
|
|||||||
"python3.*-debuginfo", #ENGCMP-1433
|
"python3.*-debuginfo", #ENGCMP-1433
|
||||||
"subscription-manager-cockpit", #ENGCMP-2427
|
"subscription-manager-cockpit", #ENGCMP-2427
|
||||||
"subscription-manager-rhsm-certificates", #ENGCMP-2357
|
"subscription-manager-rhsm-certificates", #ENGCMP-2357
|
||||||
|
"kernel-modules-core", #ENGCMP-2899
|
||||||
|
"kernel-debug-modules-core", #ENGCMP-2899
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
|
"kernel-64k", #ENGCMP-2800
|
||||||
|
"kernel-64k-core", #ENGCMP-2800
|
||||||
|
"kernel-64k-debug", #ENGCMP-2800
|
||||||
|
"kernel-64k-debug-core", #ENGCMP-2800
|
||||||
|
"kernel-64k-debug-modules", #ENGCMP-2800
|
||||||
|
"kernel-64k-debug-modules-core", #ENGCMP-2899, ENGCMP-2800
|
||||||
|
"kernel-64k-debug-modules-extra", #ENGCMP-2800
|
||||||
|
"kernel-64k-modules", #ENGCMP-2800
|
||||||
|
"kernel-64k-modules-extra", #ENGCMP-2800
|
||||||
|
"kernel-64k-modules-core", #ENGCMP-2899, ENGCMP-2800
|
||||||
],
|
],
|
||||||
"ppc64le": [
|
"ppc64le": [
|
||||||
],
|
],
|
||||||
"x86_64": [
|
"x86_64": [
|
||||||
|
"kernel-uki-virt", #ENGCMP-2899
|
||||||
|
"kernel-debug-uki-virt", #ENGCMP-2899
|
||||||
],
|
],
|
||||||
"s390x": [
|
"s390x": [
|
||||||
|
"kernel-zfcpdump-modules-core",
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
("^AppStream$", {
|
("^AppStream$", {
|
||||||
@ -196,6 +211,14 @@ additional_packages = [
|
|||||||
"sssd-idp", #ENGCMP-2276
|
"sssd-idp", #ENGCMP-2276
|
||||||
"synce4l", #ENGCMP-2794
|
"synce4l", #ENGCMP-2794
|
||||||
"system-backgrounds",
|
"system-backgrounds",
|
||||||
|
"tomcat", #ENGCMP-2927
|
||||||
|
"tomcat-admin-webapps", #ENGCMP-2927
|
||||||
|
"tomcat-docs-webapp", #ENGCMP-2927
|
||||||
|
"tomcat-el-3.0-api", #ENGCMP-2927
|
||||||
|
"tomcat-jsp-2.3-api", #ENGCMP-2927
|
||||||
|
"tomcat-lib", #ENGCMP-2927
|
||||||
|
"tomcat-servlet-4.0-api", #ENGCMP-2927
|
||||||
|
"tomcat-webapps", #ENGCMP-2927
|
||||||
"tuned-profiles-postgresql", #ENGCMP-2126
|
"tuned-profiles-postgresql", #ENGCMP-2126
|
||||||
"usbredir-server", #ENGCMP-2719
|
"usbredir-server", #ENGCMP-2719
|
||||||
"xdg-desktop-portal-gnome", #ENGCMP-2146
|
"xdg-desktop-portal-gnome", #ENGCMP-2146
|
||||||
@ -215,6 +238,10 @@ additional_packages = [
|
|||||||
],
|
],
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
"virt-dib",
|
"virt-dib",
|
||||||
|
"kernel-64k-debug-devel", #ENGCMP-2800
|
||||||
|
"kernel-64k-debug-devel-matched", #ENGCMP-2800
|
||||||
|
"kernel-64k-devel", #ENGCMP-2800
|
||||||
|
"kernel-64k-devel-matched", #ENGCMP-2800
|
||||||
],
|
],
|
||||||
"s390x": [
|
"s390x": [
|
||||||
"libzpc", #ENGCMP-2756
|
"libzpc", #ENGCMP-2756
|
||||||
|
Loading…
Reference in New Issue
Block a user