Description of problem: The current distcache package has the /sbin/ldconfig call upon removal in the preun scriplet, which is executed when the libraries are still installed. It should be moved to postun. Version-Release number of selected component (if applicable): distcache-1.4.5-5 ow reproducible: Always. Steps to Reproduce: 1. rpm -q --scripts distcache-1.4.5-5 Actual results: There is /sbin/ldconfig in %preun. Expected results: No /sbin/ldconfig in %preun, and : %postun /sbin/ldconfig Additional info: None.
Thanks Matthias.