Hide Forgot
Description of Problem: In the spec file of bonobo-1.0.8-1, the permission of the directory "%{_includedir}/bonobo" is set to 0444 because of %defattr(0444, bin, bin) %{_includedir}/* Version-Release number of selected component (if applicable): 1.0.8-1 How Reproducible: Every time. Steps to Reproduce: Normaly build package Actual Results: The permission of the directory "%{_includedir}/bonobo" is set to 0444. Expected Results: he permission of the directory "%{_includedir}/bonobo" should be set to 0555 or 0755. Additional Information: %files devel section should be changed as following: %files devel %defattr(-, root, root) %dir %{_includedir}/bonobo /usr/lib/*.a /usr/lib/*.so /usr/lib/*.sh /usr/lib/pkgconfig/libefs.pc %defattr(0444, bin, bin) %{_includedir}/bonobo/* %{_includedir}/bonobo.h
Hmm, apparently fixed in September but bug never closed.