Description of Problem: rpmlint throws an error message against the 7.1 mount rpm How Reproducible: always Steps to Reproduce: 1. Install 7.1 on x86 system 2. Mount OS CD#1 3. rpmlint /mnt/cdrom/RedHat/RPMS/mount-2.10r-5.i386.rpm Actual Results: E: mount use-of-home-in-%post Expected Results: no output expected Additional Information:
rpmlint is seeing things that aren't there. mount's %post doesn't use the home directory for anything.
Fixed by disabling that check in 0.32-2; it's a rather odd check anyway.