mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 06:11:26 +00:00
sync from upstream
This commit is contained in:
parent
22cec53490
commit
c4c18a494d
@ -52,7 +52,7 @@ additional_packages = [
|
||||
"python3-gobject-base-noarch", #ENGCMP-2400
|
||||
"python3-samba-dc", #ENGCMP-3007
|
||||
"python3.9-debuginfo", #ENGCMP-1433, ENGCMP-2994
|
||||
"samba-gpupdate", #ENGCMP-3659
|
||||
"rhel-net-naming-sysattrs", #ENGCMP-3784
|
||||
"samba-tools", #ENGCMP-3007
|
||||
"samba-usershares", #ENGCMP-3007
|
||||
"sssd-passkey", #ENGCMP-3467
|
||||
@ -310,6 +310,8 @@ additional_packages = [
|
||||
"rtla", #ENGCMP-2799
|
||||
"rust-analyzer", #ENGCMP-2839
|
||||
"rv", #ENGCMP-3263
|
||||
"s390utils-se-data", #ENGCMP-3789
|
||||
"samba-gpupdate", #ENGCMP-3659, ENGCMP-3720
|
||||
"sip6", #ENGCMP-2239
|
||||
"sssd-idp", #ENGCMP-2276
|
||||
"stratisd-tools", #ENGCMP-3210
|
||||
@ -324,6 +326,7 @@ additional_packages = [
|
||||
"tomcat-servlet-4.0-api", #ENGCMP-2927
|
||||
"tomcat-webapps", #ENGCMP-2927
|
||||
"tuned-profiles-postgresql", #ENGCMP-2126
|
||||
"uki-direct", #ENGCMP-3698
|
||||
"usbredir-server", #ENGCMP-2719
|
||||
"vulkan-volk-devel", #ENGCMP-3668
|
||||
"xcb-util-cursor", #ENGCMP-3426
|
||||
|
@ -11,6 +11,10 @@ createiso_skip = [
|
||||
"*": True,
|
||||
"src":True #RCM-41427 -Disable source iso generation during createiso phase
|
||||
}),
|
||||
("^HighAvailability$", {
|
||||
# HA iso is not shipped in aarch64 - ENGCMP-3657
|
||||
"aarch64": True,
|
||||
}),
|
||||
]
|
||||
|
||||
restricted_volid = True
|
||||
|
@ -152,6 +152,7 @@
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>mariadb:10.11</module>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
|
Loading…
Reference in New Issue
Block a user