[Rpm-maint] [rpm-software-management/rpm] Fix minimize_writes not minimizing writes since 4.15 regression (PR #1882)
Panu Matilainen
notifications at github.com
Thu Jan 13 09:29:52 UTC 2022
Commit 13f70e3710b2df49a923cc6450ff4a8f86e65666 caused minimize_writes
to actually not minimize anything since fsmVerify() only "verifies"
the thing does NOT exist anymore when it exist. Sigh.
FA_TOUCH needs different kind of verification, stat the file instead
to see if it needs creating afterall. This is all soooo broken...
Fixes: #1881
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/1882
-- Commit Summary --
* Fix minimize_writes not minimizing writes since 4.15 regression
-- File Changes --
M lib/fsm.c (7)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/1882.patch
https://github.com/rpm-software-management/rpm/pull/1882.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1882
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1882 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220113/15d286c2/attachment-0001.html>
More information about the Rpm-maint
mailing list