Description of Problem: When having /usr shared between some hosts, the upgrade of bitmap-fonts fails in a %post scriptlet and results in multiple installed packages: | $ rpm -U bitmap-fonts-0.2-2.noarch.rpm | Can't save cache in "/usr/share/fonts/ja/TrueType" | Can't save cache in "/usr/share/fonts/ko" | Can't save cache in "/usr/share/fonts/ko/TrueType" | Fehler: %post(bitmap-fonts-0.2-2) scriptlet failed, exit status 3 | | $ rpm -q bitmap-fonts | bitmap-fonts-0.1-2 | bitmap-fonts-0.2-2 See bug #51193 also. Version-Release number of selected component (if applicable): bitmap-fonts-0.2-2 How Reproducible: 100% Steps to Reproduce: 1. setup system so that /usr is NFS-mounted (ro) 2. add /usr to rpm's %_netsharepath 3. try to install bitmap-fonts
*** This bug has been marked as a duplicate of 71676 ***