From 668cc225ad0440cee5bd65021d4fc3002c7329ce Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 5 Aug 2022 14:14:09 -0400 Subject: [PATCH] scripts: Ignore filesystem.posttrans New in rawhide. The entire filesystem package is insane. Every hack in there would go away if we just taught traditional yum/dnf to install it first, in the same way we do in rpm-ostree. --- rust/src/scripts.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/src/scripts.rs b/rust/src/scripts.rs index 1f59e390..078322ab 100644 --- a/rust/src/scripts.rs +++ b/rust/src/scripts.rs @@ -32,6 +32,10 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! { // Looks like legacy... "ca-certificates.prein", "libgcc.post", + // The entire filesystem package is insane. Every hack in there would go + // away if we just taught traditional yum/dnf to install it first, in + // the same way we do in rpm-ostree. + "filesystem.posttrans", "setup.post", "pinentry.prein", "fedora-release.posttrans", -- 2.35.1