From e24cba13893cb4452d32d129ddca31be12969a9b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Nov 2024 14:49:45 +0300 Subject: [PATCH] Add ocaml to excludes --- aarch64/include_exclude.conf | 5 ----- ppc64le/include_exclude.conf | 11 ++++++++++- s390x/include_exclude.conf | 11 ++++++++++- x86_64/include_exclude.conf | 11 ++++++++++- x86_64_v2/include_exclude.conf | 11 ++++++++++- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index e55058c..05aca60 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -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", - ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 7559c63..c59003c 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -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", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 9e8a066..fe4b9ff 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -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", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 363c0a6..ea00855 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -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", ] } ), diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index 363c0a6..ea00855 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -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", ] } ),