Honor default nopromote setting everywhere in rpmds (rhbz#466503)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Oct 2008 10:25:17 +0000 (13:25 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Oct 2008 10:25:17 +0000 (13:25 +0300)
commitd28c8fdfb82e45e63a82df7a0e6bc74af4a3cd87
treeb936cfcfc45c73ac77fed8111c3c24124fd29425
parent504e8231cbb379a0b3f41d7bcfb0bd4e3ff16f50
Honor default nopromote setting everywhere in rpmds (rhbz#466503)
- Of four different ways to create a dependency set, only rpmdsNew()
  explicitly set ds->nopromote to the expected value from global
  _rpmds_nopromote defaulting to on. All others fell back to legacy
  "epoch promotion" behavior inherited from xcalloc()...
lib/rpmds.c