Ensure RPMSENSE_RPMLIB bit is always set on rpmlib() requires in rpmds flags
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 21 Oct 2009 09:47:35 +0000 (12:47 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 21 Oct 2009 09:47:35 +0000 (12:47 +0300)
commit33c569ce6fd827ba039e36ffe0a77b0643d0ac70
tree9922577469ffc37418fdbc5189d3b255617a2c48
parent9fbaedd1ac655d978883d68a1f7d34df0d703363
Ensure RPMSENSE_RPMLIB bit is always set on rpmlib() requires in rpmds flags
- some packages in the wild have rpmlib() requires without the flag set
  due to older rpm not always setting it (for one, rpmdeps as external
  dependency  generator could cause such deps), causing bogus dependency
  failures on install
- only fix up dependencies coming from a header, rpmdsSingle() correctness
  is up to the caller
lib/rpmds.c