update configuration

This commit is contained in:
Louis Abel 2024-07-16 00:24:45 -07:00
parent 43447ea001
commit 046b440944
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 12 additions and 1 deletions

View File

@ -18379,6 +18379,7 @@
"rubygem-minitest.noarch", "rubygem-minitest.noarch",
"rubygem-power_assert.noarch", "rubygem-power_assert.noarch",
"rubygem-psych.s390x", "rubygem-psych.s390x",
"rubygem-racc.s390x",
"rubygem-rake.noarch", "rubygem-rake.noarch",
"rubygem-rbs.noarch", "rubygem-rbs.noarch",
"rubygem-rdoc.noarch", "rubygem-rdoc.noarch",
@ -40760,4 +40761,4 @@
] ]
} }
} }
} }

View File

@ -6,6 +6,12 @@ filter_packages = [
] ]
}), }),
("^AppStream$", {
"*": [
"pyproject-rpm-macros", #ENGCMP-4166
]
}),
("^.*$", { ("^.*$", {
"*": [ "*": [
"glibc32", "glibc32",
@ -472,6 +478,8 @@ additional_packages = [
"mariadb-embedded-devel", #ENGCMP-4202 "mariadb-embedded-devel", #ENGCMP-4202
"mariadb-test", #ENGCMP-4202 "mariadb-test", #ENGCMP-4202
"postgresql-private-libs", #ENGCMP-4203 "postgresql-private-libs", #ENGCMP-4203
"xwayland-run", #ENGCMP-4249
"cockpit-files", #ENGCMP-4256
] ]
}), }),
("^AppStream$", { ("^AppStream$", {
@ -550,6 +558,8 @@ additional_packages = [
"*": [ "*": [
"sap-cluster-connector", # ENGCMP-4229 "sap-cluster-connector", # ENGCMP-4229
"resource-agents-sap-hana", # ENGCMP-4223 "resource-agents-sap-hana", # ENGCMP-4223
"resource-agents-sap-hana-scaleout", #ENGCMP-4252
"resource-agents-sap", #ENGCMP-4253
] ]
}), }),