ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta

- A few modules for aarch64, ppc64le, s390x are filtered
This commit is contained in:
soksanichenko 2023-04-05 12:31:40 +03:00
parent 7247d5c7b0
commit 0969d5d789
3 changed files with 55 additions and 6 deletions

View File

@ -76,12 +76,23 @@ filter_packages = [
]
filter_modules = [
(
'^(BaseOS|AppStream|PowerTools)$', {
'aarch64': [
"jmc:rhel8",
'^AppStream$', {
'*': [
"postgresql:15",
"swig:4.1",
"nginx:1.22",
"jaxb:4",
]
}
)
),
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201",
]
}
),
]
# Based in distribution-comparison-tool report

View File

@ -65,7 +65,26 @@ filter_packages = [
}
)
]
filter_modules = []
filter_modules = [
(
'^AppStream$', {
'*': [
"postgresql:15",
"swig:4.1",
"nginx:1.22",
"jaxb:4",
]
}
),
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201",
]
}
),
]
additional_packages = [
(

View File

@ -63,7 +63,26 @@ filter_packages = [
}
)
]
filter_modules = []
filter_modules = [
(
'^AppStream$', {
'*': [
"postgresql:15",
"swig:4.1",
"nginx:1.22",
"jaxb:4",
]
}
),
(
'^devel$', {
'*': [
"javapackages-bootstrap-devel:202201",
"javapackages-bootstrap:202201",
]
}
),
]
# Based in distribution-comparison-tool report
additional_packages = [