mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
sync from upstream
This commit is contained in:
parent
7c3c4cdd75
commit
a53b5956fb
@ -127,6 +127,7 @@ additional_packages = [
|
|||||||
"egl-utils", #ENGCMP-2476
|
"egl-utils", #ENGCMP-2476
|
||||||
"evolution-data-server-ui", #ENGCMP-3478
|
"evolution-data-server-ui", #ENGCMP-3478
|
||||||
"evolution-data-server-ui-devel", #ENGCMP-3477
|
"evolution-data-server-ui-devel", #ENGCMP-3477
|
||||||
|
"fftw-openmpi-static", #RHEL-47498
|
||||||
"fido2-tools", #ENGCMP-3526
|
"fido2-tools", #ENGCMP-3526
|
||||||
"firefox-x11", #ENGCMP-2806
|
"firefox-x11", #ENGCMP-2806
|
||||||
"flexiblas-openblas-serial", #ENGCMP-4292
|
"flexiblas-openblas-serial", #ENGCMP-4292
|
||||||
@ -417,7 +418,6 @@ additional_packages = [
|
|||||||
"gcc-toolset-14-libtsan-devel", #ENGCMP-3954
|
"gcc-toolset-14-libtsan-devel", #ENGCMP-3954
|
||||||
"gcc-toolset-14-libubsan-devel", #ENGCMP-3954
|
"gcc-toolset-14-libubsan-devel", #ENGCMP-3954
|
||||||
"gcc-toolset-14-offload-nvptx", #ENGCMP-3954
|
"gcc-toolset-14-offload-nvptx", #ENGCMP-3954
|
||||||
"openscap-report", #ENGCMP-4097
|
|
||||||
"libkdumpfile-devel", #ENGCMP-4160
|
"libkdumpfile-devel", #ENGCMP-4160
|
||||||
"aspnetcore-runtime-dbg-8.0", #ENGCMP-4088
|
"aspnetcore-runtime-dbg-8.0", #ENGCMP-4088
|
||||||
"dotnet-runtime-dbg-8.0", #ENGCMP-4088
|
"dotnet-runtime-dbg-8.0", #ENGCMP-4088
|
||||||
|
@ -19,6 +19,9 @@ createiso_skip = [
|
|||||||
"*": True,
|
"*": True,
|
||||||
"src": True
|
"src": True
|
||||||
}),
|
}),
|
||||||
|
("^(SAP|SAPHANA)$", {
|
||||||
|
"*": True,
|
||||||
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
restricted_volid = True
|
restricted_volid = True
|
||||||
|
Loading…
Reference in New Issue
Block a user