rpmSetTables() call in rpmbuild has been dying long enough by now
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Mar 2012 11:05:38 +0000 (13:05 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Mar 2012 11:05:38 +0000 (13:05 +0200)
commite76ba6f332f8ae745a48e01bf3c2dc7d4b1b5cc4
treeaf80601f0640059e6bd1ecaca35eeb8ed35a17d5
parentb542b2fbc6b1897a911ec7c426c49a42ae307aa2
rpmSetTables() call in rpmbuild has been dying long enough by now

- The call to rpmSetTables() from rpmbuild is simply redundant for
  all I can tell, it gets called from inside rpmrc/config processing
  with the same values and the extra call here never changes anything
  as the tables have already been set through rpmReadConfigFiles()
  whether building for several targets or not.
rpmbuild.c