From 4807c26a992f43ae62e29274f0c0bc0969d2fed7 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Wed, 17 Jan 2024 05:58:25 +0800 Subject: [PATCH 3/4] add for support NestOS kernel --- rust/src/scripts.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/src/scripts.rs b/rust/src/scripts.rs index f7f6e8f..84c6f0d 100644 --- a/rust/src/scripts.rs +++ b/rust/src/scripts.rs @@ -43,6 +43,8 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { "kernel-64k-modules.posttrans", "kernel-64k-debug-core.posttrans", "kernel-64k-debug-modules.posttrans", + // add for support NestOS kernel + "NestOS-kernel.posttrans", // Additionally ignore posttrans scripts for the Oracle Linux `kernel-uek` package "kernel-uek.posttrans", // Legacy workaround -- 2.33.0