Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't duplicate stripping behaviour which is already done in find-debuginfo.sh | Per Øyvind Karlsen | 2010-03-05 | 1 | -103/+0 |
| | |||||
* | code cleanup | Guillaume Rousse | 2009-09-25 | 1 | -9/+11 |
| | |||||
* | use standard library instead of unreadable code | Guillaume Rousse | 2009-09-25 | 1 | -6/+1 |
| | |||||
* | wrap long lines | Guillaume Rousse | 2009-09-25 | 1 | -2/+6 |
| | |||||
* | fix indendation | Guillaume Rousse | 2009-09-25 | 1 | -15/+19 |
| | |||||
* | set LD_LIBRARY_PATH to build root before calling ldd (#41522) | Guillaume Rousse | 2009-09-25 | 1 | -0/+5 |
| | |||||
* | fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern, whichv0.30.5 | Per Øyvind Karlsen | 2009-06-25 | 1 | -2/+3 |
| | | | | | | | would result in files being stripped even when they should've been excluded (cause of mdv bug #51374) | ||||
* | fix exception handling: | Guillaume Rousse | 2009-05-08 | 1 | -3/+2 |
| | | | | | | | - exported string is now a single regexp, as automatic dependencies exceptions - don't change directory in compress_file, so as to match absolute path easily, as $File::Find::name will always be relative to $buildroot | ||||
* | strip_and_check_elf_files: skip check on /usr/lib/debug (#40847) | Pascal Rigaux | 2008-05-15 | 1 | -6/+8 |
| | |||||
* | return of the explicit symlink test during file recursion, as previous ↵ | Guillaume Rousse | 2008-05-14 | 1 | -0/+2 |
| | | | | commit make them accepted | ||||
* | change strategy when recursing files from accepting everything but some ↵ | Guillaume Rousse | 2008-05-14 | 1 | -4/+2 |
| | | | | exceptions to rejecting everything but files, for more robustness | ||||
* | * replace strip_files with strip_and_check_elf_files which checks for | Pascal Rigaux | 2008-05-07 | 1 | -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 |