--- rpm-ostree-2022.16/rust/src/scripts.rs 2022-11-19 01:25:53.000000000 +0800 +++ rpm-ostree-2022.16-new/rust/src/scripts.rs 2023-02-23 10:51:31.000000000 +0800 @@ -16,6 +16,9 @@ use phf::phf_set; /// /// NOTE FOR GIT history: This list used to live in src/libpriv/rpmostree-script-gperf.gperf static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { + "glibc-common.posttrans", + "grub2-efi-x64.prein", + "grub2-efi-aa64.prein", "glibc.prein", // We take over depmod/dracut etc. It's `kernel` in C7 and kernel-core in F25+ // XXX: we should probably change this to instead ignore based on the kernel virtual Provides