Bug 3388 - uncorrect fix permissions with /usr/lib/rpm/fixup-libraries
Summary: uncorrect fix permissions with /usr/lib/rpm/fixup-libraries
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm-build (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-18 16:20 MSK by Alex Ott
Modified: 2005-07-13 15:45 MSD (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.