| Commit message (Expand) | Author | Age | Files | Lines |
* | "resolve" /bin/env foo interpreter to actual path, rather than generating | Thierry Vignaud | 2012-07-25 | 1 | -0/+4 |
* | drop automatically generated dependencies on interpreters we either don't | Thierry Vignaud | 2012-07-25 | 1 | -2/+18 |
* | drop automatically generated rtld(GNU_HASH) dependencies, it's been | Thierry Vignaud | 2012-07-25 | 1 | -3/+0 |
* | v1.145 - extract perl requires from MYMETA.yml / MYMETA.json when present1.145 | Jerome Quelin | 2011-11-08 | 1 | -1/+7 |
* | fix typo | Nicolas Vigier | 2011-07-06 | 1 | -1/+1 |
* | 1.135: add script for typelib() gobject-introspection bindings provides/requires1.135 | Nicolas Vigier | 2011-07-06 | 1 | -0/+5 |
* | fix script file filtering, according to latest changes in file command output | Nicolas Vigier | 2011-05-06 | 1 | -1/+1 |
* | test return value of require scripts and exit with 1 in case of error | Nicolas Vigier | 2011-03-03 | 1 | -10/+20 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-01-06 | 1 | -1/+1 |
* | enable python egg provides/requires1.112 | Per Øyvind Karlsen | 2010-11-01 | 1 | -4/+3 |
* | Generate requires on "python(abi) = x.y" instead of "python >= x.y" for | Anssi Hannula | 2010-10-30 | 1 | -2/+1 |
* | enable automatic dependency extraction for ruby gems1.107 | Per Øyvind Karlsen | 2010-09-09 | 1 | -2/+2 |
* | - do not requires python 2.X branch for python 3.X rpm, requires instead pyth... | Michael Scherer | 2010-04-07 | 1 | -1/+3 |
* | call perl.req-from-meta with the reight meta file when there are other | Jérôme Quelin | 2010-03-26 | 1 | -1/+1 |
* | add rubygem(...) dependency extractor (disabled for now) | Per Øyvind Karlsen | 2010-03-21 | 1 | -0/+6 |
* | meta file is listed as an absolute path, not relative to BUILD root | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
* | reverting commit r266103 | Jérôme Quelin | 2010-02-10 | 1 | -1/+1 |
* | using generated MYMETA.yml would be better. indeed, this creates what's | Jérôme Quelin | 2010-02-10 | 1 | -1/+1 |
* | using META.(yml|json) to extract requires if present | Jérôme Quelin | 2010-02-10 | 1 | -2/+9 |
* | - nuke requires on python-base, packages no longer exist for python 2.6 | Michael Scherer | 2010-02-05 | 1 | -1/+1 |
* | support ELF executables only as a.out has been deprecated since ages ago (fixes | Per Øyvind Karlsen | 2009-11-26 | 1 | -2/+2 |
* | disable MIPS n32 ABI support (not used for now) | Olivier Blin | 2009-09-25 | 1 | -31/+7 |
* | add support for MIPS n32 binaries in find-requires and find-provides | Olivier Blin | 2009-09-25 | 1 | -7/+31 |
* | fix broken site_perl regexp which would add versioned requires without epoch | Per Øyvind Karlsen | 2008-11-24 | 1 | -1/+1 |
* | fix so that redundant unversioned python-base/perl-base is added as dependencies | Per Øyvind Karlsen | 2008-11-24 | 1 | -11/+22 |
* | consistently use " at same place with sed while we're at it.. | Per Øyvind Karlsen | 2008-11-23 | 1 | -1/+1 |
* | I originally figured that querying rpm database within script weren't supposed | Per Øyvind Karlsen | 2008-11-23 | 1 | -1/+5 |
* | don't hardcore epoch tag in versioned perl-base dependency | Per Øyvind Karlsen | 2008-11-23 | 1 | -1/+1 |
* | only call php.req if they are php files | Guillaume Rousse | 2008-10-05 | 1 | -1/+1 |
* | don't do php files filtering from inside php.req, but from find-requires, as ... | Guillaume Rousse | 2008-09-20 | 1 | -1/+2 |
* | automatically require perlapi-<perl-version> for binary perl modules | Pascal Rigaux | 2007-12-21 | 1 | -1/+4 |
* | 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 |
* | 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 |
* | - 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 |