Replace x86_64 to x86_64_v2 in v2 config
This commit is contained in:
parent
c254d591a8
commit
6229e8368e
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
'x86_64': [
|
||||
'x86_64_v2': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
@ -31,8 +31,8 @@ filter_packages = [
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
"greenboot-status",
|
||||
"qemu-kvm-hw-usbredir",
|
||||
"kernel-rt-core.x86_64",
|
||||
"kernel-rt-modules-core.x86_64",
|
||||
"kernel-rt-core.x86_64_v2",
|
||||
"kernel-rt-modules-core.x86_64_v2",
|
||||
"gnome-shell-extension-no-overview",
|
||||
"ocaml-dune-configurator",
|
||||
"ocaml-dune-configurator-devel",
|
||||
@ -47,14 +47,14 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(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",
|
||||
|
Loading…
Reference in New Issue
Block a user