Bug 3388

Summary: uncorrect fix permissions with /usr/lib/rpm/fixup-libraries
Product: Sisyphus Reporter: Alex Ott <ott>
Component: rpm-buildAssignee: placeholder <placeholder>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: ab, arseny, glebfm, imz, ldv, placeholder, vt
Version: unstable   
Hardware: all   
OS: Linux   

Description Alex Ott 2003-12-18 16:20:53 MSK
/usr/lib/rpm/fixup-libraries
некорректно выставляет права доступа на .so файлы, поскольку у него в regexp
стоит только 
ELF\ *\ shared\ object
а генерируемые .so определятся file как LSD shared object



Steps to Reproduce:
1. собрать bigloo
2. посмотреть на права файлов /usr/lib/bigloo/2.6b
3.
Comment 1 Dmitry V. Levin 2003-12-18 21:29:24 MSK
There are no bug in fixup-libraries script: 
it correctly fixes permissions of your shared libraries. 
 
Unfortunately, your bigloo.spec contains the line 
%attr(0755,root,root) %_libdir/bigloo/%version/* 
which renders result of the fix useless.