Created attachment 503335 [details] Test spec file Description of problem: When creating an rpm that has both a %defattr line and also a directory that has its mode set via %attr, the %defattr overrides the %attr instead of vice versa Version-Release number of selected component (if applicable): rpm-build-4.8.1-5.fc14.i686 rpm-4.8.1-5.fc14.i686 Steps to Reproduce: 1. rpmbuild the attached testrpm.spec file. 2. rpm -qplv /path/to/the/resulting/rpm/file 3. Note the directory is 0755, but should be 0777 Actual results: The directory is 0755 Expected results: The directory should be 0777 Additional info: FWIW, this worked in F11.
*** This bug has been marked as a duplicate of bug 681540 ***