Replace x86_64 with v2 for v2

This commit is contained in:
eabdullin 2026-01-30 16:36:21 +03:00
parent 8883db4db2
commit 6a373102e1

View File

@ -1,7 +1,7 @@
filter_packages = [
(
'^(BaseOS|Minimal|AppStream|CRB)$', {
'x86_64': [
'x86_64_v2': [
"insights-client",
"insights-client-ros",
"libreport-plugin-rhtsupport",
@ -31,22 +31,22 @@ filter_packages = [
"greenboot-rpm-ostree-grub2",
"greenboot-status",
"qemu-kvm-hw-usbredir",
"subscription-manager-rhsm-certificates.x86_64",
"kernel-rt-core.x86_64",
"kernel-rt-modules-core.x86_64",
"subscription-manager-rhsm-certificates.x86_64_v2",
"kernel-rt-core.x86_64_v2",
"kernel-rt-modules-core.x86_64_v2",
]
}
),
(
'^(BaseOS|Minimal)$', {
'x86_64': [
'x86_64_v2': [
"python-unversioned-command",
]
}
),
(
'^(AppStream)$', {
'x86_64': [
'x86_64_v2': [
"java-1.8.0-openjdk-slowdebug",
"java-1.8.0-openjdk-headless-slowdebug",
"sos",
@ -142,7 +142,7 @@ additional_packages = [
'^extras-common$', {
'*': [
"anaconda-live",
"epel-release",
"epel-release-almalinux-altarch",
"xisxwayland",
"livesys-scripts",
]