[Rpm-maint] [rpm-software-management/rpm] %pre runs after existing filesystem is inspected? (Issue #1934)

Panu Matilainen notifications at github.com
Thu Feb 24 09:48:28 UTC 2022


It's expected behavior, %pre by definition runs *just* before the package is installed. Anything affecting file disposition needs to happen before fingerprinting, ie in %pretrans. You don't want to go there.

It's better to do any necessary modification *after* the package was installed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1934#issuecomment-1049672602
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/1934/1049672602 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220224/d45f3459/attachment.html>


More information about the Rpm-maint mailing list