From 47e465e456a212be2eae7b6f55ca2b28e401c6a8 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 21 Mar 2022 12:45:39 -0400 Subject: [PATCH] scripts: Also ignore kernel-debug-core.posttrans For the same reasons as `kernel.posttrans` mentioned in the comment block above. --- rust/src/scripts.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/scripts.rs b/rust/src/scripts.rs index b4dad3de88..3b15c6293b 100644 --- a/rust/src/scripts.rs +++ b/rust/src/scripts.rs @@ -20,6 +20,7 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { // We take over depmod/dracut etc. It's `kernel` in C7 and kernel-core in F25+ "kernel.posttrans", "kernel-core.posttrans", + "kernel-debug-core.posttrans", // Additionally ignore posttrans scripts for the Oracle Linux `kernel-uek` package "kernel-uek.posttrans", // Legacy workaround