Description of problem: The memtest86-3.0-1.i386.rpm specifies the directory /usr/share/doc/memtest86-3.0 to have 0644 permissions, instead of 0755. Therefore, non-root users cannot access the documentation files in /usr/share/doc/memtest86-3.0 after installation. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. rpm -i memtest86-3.0-1.i386.rpm 2. ls -ld /usr/share/doc/memtest86-3.0 Actual results: drw-r--r-- 2 root root 4096 Oct 21 09:20 /usr/share/doc/memtest86-3.0 Expected results: drwxr-xr-x 2 root root 4096 Oct 21 09:20 /usr/share/doc/memtest86-3.0 Additional info:
Fixed in -2