aboutsummaryrefslogtreecommitdiffstats
path: root/strip_and_check_elf_files
Commit message (Collapse)AuthorAgeFilesLines
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)Pascal Rigaux2008-05-151-6/+8
|
* return of the explicit symlink test during file recursion, as previous ↵Guillaume Rousse2008-05-141-0/+2
| | | | commit make them accepted
* change strategy when recursing files from accepting everything but some ↵Guillaume Rousse2008-05-141-4/+2
| | | | exceptions to rejecting everything but files, for more robustness
* * replace strip_files with strip_and_check_elf_files which checks forPascal Rigaux2008-05-071-0/+91
overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing linking" (need checking if there are too many false positives) nb: strip_and_check_elf_files is done last in %__spec_helper_post so that the warning is easier to see in rpmbuild logs