From 93f2d125bd38e6d523ca3298acca8c29bab14b76 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Sep 2023 17:57:50 -0400 Subject: [PATCH] scripts: Also ignore kernel-64k scripts Like the others. cc https://github.com/openshift/os/pull/1351#issuecomment-1709131706 --- rust/src/scripts.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/src/scripts.rs b/rust/src/scripts.rs index 8c16fca8e8..e597863add 100644 --- a/rust/src/scripts.rs +++ b/rust/src/scripts.rs @@ -36,6 +36,10 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { "kernel-rt-modules.posttrans", "kernel-rt-debug-core.posttrans", "kernel-rt-debug-modules.posttrans", + "kernel-64k-core.posttrans", + "kernel-64k-modules.posttrans", + "kernel-64k-debug-core.posttrans", + "kernel-64k-debug-modules.posttrans", // Additionally ignore posttrans scripts for the Oracle Linux `kernel-uek` package "kernel-uek.posttrans", // Legacy workaround