Handle source vs binary pkg dependency difference in handlePreambleTag()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 15 Apr 2013 12:31:37 +0000 (15:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Jun 2013 09:22:24 +0000 (12:22 +0300)
commit2938e4d71b3cddc9deb76fb2ad73df5bd2bc3379
treeafe0c30e0e29e4c27fadb3d144d7222a9ba0bff6
parent9cf2ab76da1da031bb16b4a731d14aaad9735fd6
Handle source vs binary pkg dependency difference in handlePreambleTag()

- We know perfectly well at handlePreambleTag() already whether something
  should go to binary or source package, pass the right pkg to
  parseRCPOT() so we dont need to fiddle with it there.
(cherry picked from commit 29813d418d0f9a255047353d0b163fb21fe943ad)
build/parsePreamble.c
build/parseReqs.c