Skip to content

Commit

Permalink
scripts: also ignore kernel-debug-modules.posttrans
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored and cgwalters committed Aug 4, 2023
1 parent 7210726 commit eae7e1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust/src/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! {
// XXX: we should probably change this to instead ignore based on the kernel virtual Provides
"kernel.posttrans",
"kernel-core.posttrans",
"kernel-modules.posttrans",
"kernel-redhat-core.posttrans",
"kernel-redhat-modules.posttrans",
"kernel-debug-core.posttrans",
"kernel-debug-modules.posttrans",
"kernel-redhat-debug-core.posttrans",
"kernel-redhat-debug-modules.posttrans",
"kernel-automotive-core.posttrans",
"kernel-automotive-modules.posttrans",
"kernel-automotive-debug-core.posttrans",
"kernel-automotive-debug-modules.posttrans",
"kernel-rt-core.posttrans",
"kernel-rt-modules.posttrans",
"kernel-rt-debug-core.posttrans",
"kernel-rt-debug-modules.posttrans",
// Additionally ignore posttrans scripts for the Oracle Linux `kernel-uek` package
Expand Down

0 comments on commit eae7e1d

Please sign in to comment.