From c0fc6026c7d9c841dc256b6494730931ba6e7735 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 19 May 2026 16:10:59 -0700 Subject: [PATCH 1/2] Add multilib-rpm-config to exclude list for RHEL11 --- configs/rhel-pt-llvm-rust--multilib-unwanted.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/rhel-pt-llvm-rust--multilib-unwanted.yaml diff --git a/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml b/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml new file mode 100644 index 00000000..b8d239d9 --- /dev/null +++ b/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml @@ -0,0 +1,10 @@ +document: feedback-pipeline-unwanted +version: 1 +data: + name: Exclude multilib-rpm-config + description: There are no more 32-bit builds for RHEL, so this package is not needed. + maintainer: rhel-sst-pt-llvm-rust-go + unwanted_packages: + - multilib-rpm-config + labels: + - eln From 5698f6fc4bbff7c796eae5936cc7fcf4d19e03c2 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 19 May 2026 17:21:37 -0700 Subject: [PATCH 2/2] Update maintainer name --- configs/rhel-pt-llvm-rust--multilib-unwanted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml b/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml index b8d239d9..06d7352d 100644 --- a/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml +++ b/configs/rhel-pt-llvm-rust--multilib-unwanted.yaml @@ -3,7 +3,7 @@ version: 1 data: name: Exclude multilib-rpm-config description: There are no more 32-bit builds for RHEL, so this package is not needed. - maintainer: rhel-sst-pt-llvm-rust-go + maintainer: rhel-pt-llvm-rust unwanted_packages: - multilib-rpm-config labels: