The actual issue is that any file unpack failure during an update can cause 
unmodified %config files to be deleted on the cleanup stage. This is because 
normally to-be-installed files are unpacked to a temporary suffix which is then 
safe to remove, but unmodified config files are handled with FA_TOUCH to only 
update their metadata instead of rewriting the file, and so must be skipped 
during cleanup. Affects all rpm >= 4.14 versions AFAICS.

If %_minimize_writes is used, this will have a much wider impact than just 
unmodified config files.

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

Message ID: <rpm-software-management/rpm/issues/3284/2422385...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to