Add ocaml to excludes

This commit is contained in:
eabdullin 2024-11-27 14:49:45 +03:00
parent 31425ef5a1
commit e24cba1389
5 changed files with 40 additions and 9 deletions

View File

@ -36,18 +36,13 @@ filter_packages = [
"subscription-manager-rhsm-certificates",
"gnome-shell-extension-no-overview",
"ocaml-dune-configurator",
"ocaml-dune-configurator-debuginfo",
"ocaml-dune-configurator-devel",
"ocaml-dyn",
"ocaml-dyn-debuginfo",
"ocaml-dyn-devel",
"ocaml-ordering",
"ocaml-ordering-debuginfo",
"ocaml-ordering-devel",
"ocaml-stdune",
"ocaml-stdune-debuginfo",
"ocaml-stdune-devel",
]
}
),

View File

@ -33,7 +33,16 @@ filter_packages = [
"greenboot-rpm-ostree-grub2",
"greenboot-status",
"qemu-kvm-hw-usbredir",
"subscription-manager-rhsm-certificates.ppc64le",
"subscription-manager-rhsm-certificates",
"gnome-shell-extension-no-overview",
"ocaml-dune-configurator",
"ocaml-dune-configurator-devel",
"ocaml-dyn",
"ocaml-dyn-devel",
"ocaml-ordering",
"ocaml-ordering-devel",
"ocaml-stdune",
"ocaml-stdune-devel",
]
}
),

View File

@ -33,7 +33,16 @@ filter_packages = [
"greenboot-rpm-ostree-grub2",
"greenboot-status",
"qemu-kvm-hw-usbredir",
"subscription-manager-rhsm-certificates.s390x",
"subscription-manager-rhsm-certificates",
"gnome-shell-extension-no-overview",
"ocaml-dune-configurator",
"ocaml-dune-configurator-devel",
"ocaml-dyn",
"ocaml-dyn-devel",
"ocaml-ordering",
"ocaml-ordering-devel",
"ocaml-stdune",
"ocaml-stdune-devel",
]
}
),

View File

@ -31,9 +31,18 @@ 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",
"gnome-shell-extension-no-overview",
"ocaml-dune-configurator",
"ocaml-dune-configurator-devel",
"ocaml-dyn",
"ocaml-dyn-devel",
"ocaml-ordering",
"ocaml-ordering-devel",
"ocaml-stdune",
"ocaml-stdune-devel",
]
}
),

View File

@ -31,9 +31,18 @@ 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",
"gnome-shell-extension-no-overview",
"ocaml-dune-configurator",
"ocaml-dune-configurator-devel",
"ocaml-dyn",
"ocaml-dyn-devel",
"ocaml-ordering",
"ocaml-ordering-devel",
"ocaml-stdune",
"ocaml-stdune-devel",
]
}
),