Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GCJ AOT directory regexp in find-requires.in. | Anssi Hannula | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | remove "Using BuildRoot: ..." message, it's mostly a duplicate of rpm's | Pascal Rigaux | 2007-09-10 | 1 | -2/+0 |
| | | | | | "Finding Requires ...", and it's too verbose when using "rpm -bb --quiet" | ||||
* | do not use buildroot since it may contain double slashes whereas filelist do not | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | Ignore library dependencies of objects in /usr/lib(64)/gcj/, which are GCJ | Anssi Hannula | 2007-09-10 | 1 | -1/+1 |
| | | | | | | | AOT compiled shared objects and are only useful when running the software in the package with gij (gcc java). If the user uses some other java VM, they do not need their dependencies satisfied. | ||||
* | - use externals scripts for haskell deps | Olivier Thauvin | 2007-03-10 | 1 | -2/+2 |
| | |||||
* | - handle haskell requirement | Olivier Thauvin | 2007-03-08 | 1 | -0/+7 |
| | |||||
* | filter out devel(ld-linux) if using objdump too1.37 | Götz Waschk | 2007-02-19 | 1 | -1/+2 |
| | |||||
* | - enable pkgconfig requirement | Olivier Thauvin | 2007-02-16 | 1 | -2/+0 |
| | |||||
* | - fork pkgconfig dependencies finder script | Olivier Thauvin | 2007-02-13 | 1 | -2/+2 |
| | |||||
* | - disable libtool provides | Olivier Thauvin | 2007-02-13 | 1 | -1/+4 |
| | |||||
* | - fix typo in test | Olivier Thauvin | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | Use objdump instead of ldd for devel dependencies finder (#25877) | Olivier Thauvin | 2007-02-06 | 1 | -7/+20 |
| | |||||
* | - replace grep A-Z by :upper: to fix matching when using utf8 locales (#23724) | Olivier Thauvin | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | Auto-detect binary files that Requires: rtld(GNU_HASH)1.34 | Gwenolé Beauchesne | 2007-01-15 | 1 | -0/+3 |
| | |||||
* | Merge: exclude linux-vdso64 from devel() autorequires. | Gwenolé Beauchesne | 2006-11-30 | 1 | -1/+1 |
| | |||||
* | - fix 25126: add anchor to the regexp | Olivier Thauvin | 2006-09-03 | 1 | -1/+1 |
| | |||||
* | - add /usr/share/pkconfig as path where those can live | Olivier Thauvin | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | - enable pkgconfig & libtool provides | Olivier Thauvin | 2006-05-31 | 1 | -1/+14 |
| | |||||
* | - strip linux-vdso32 requirement (spturtle) | Olivier Thauvin | 2006-05-25 | 1 | -1/+1 |
| | |||||
* | Revert recent changes to computation of provides/requires w.r.t .so files that | Rafael Garcia-Suarez | 2006-05-10 | 1 | -3/+3 |
| | | | | | are not in standard paths. | ||||
* | * Require only .so that are in standard paths | Rafael Garcia-Suarez | 2006-04-03 | 1 | -3/+3 |
| | | | | | | * Use ldd instead of objdump to get the list of required .so. This enables to get the so paths. | ||||
* | Update OS name | Rafael Garcia-Suarez | 2006-03-16 | 1 | -1/+1 |
| | |||||
* | Avoid the words "statically" and "linked" to appear in some -devel | Rafael Garcia-Suarez | 2006-03-16 | 1 | -0/+1 |
| | | | | | autogenerated dependencies (bug #8231, patch by Guillaume Rousse) | ||||
* | - rpm output to stdout if file exists, so we have ignore first output in all ↵ | Olivier Thauvin | 2006-01-01 | 1 | -1/+3 |
| | | | | case and keep the result only if we are sure rpm exit with 0 | ||||
* | Insert an automatic dependency on libperl.so when building XS modules. | Rafael Garcia-Suarez | 2005-10-11 | 1 | -0/+13 |
| | | | | | This fixes the root cause of bugzilla #17967. | ||||
* | - add php-pear auto req/prov from pld (suggested by oden) | Olivier Thauvin | 2005-08-07 | 1 | -0/+5 |
| | |||||
* | - merge from old ppc64 branch: | Gwenolé Beauchesne | 2005-06-06 | 1 | -1/+1 |
| | | | | | * find-requires: handle ppc64 loaders | ||||
* | - add experimantal ocaml requires | Olivier Thauvin | 2005-05-13 | 1 | -0/+8 |
| | |||||
* | - fix tr call for mono req/prov | Olivier Thauvin | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | - import | Olivier Thauvin | 2005-04-26 | 1 | -0/+192 |