Commit Graph

2 Commits

Author SHA1 Message Date
Lubos Kardos 33158b3b00 Fix recursive calling of rpmdeps tool (rhbz:1297557) 2016-01-15 15:41:52 +01:00
Panu Matilainen 37019e527b Always use the new dependency generator "engine"
- Replace platform specific find-{requires,provides} scripts with
  trivial wrapper scripts that just call rpmdeps with suitable
  arguments. This way the generated dependencies using the legacy
  external dependency are at least roughly on par with the internal
  depgen as, well, they're generated by the same thing.
- Changing from find-{requires,provides} scripts to rpmdeps could
  be done by just changing __find_{requires,provides} macros, but
  a lot of packages directly refer to the scripts instead so this
  way we cover far more ground and in an backwards compatible way.
2014-03-31 16:00:38 +03:00