Unbreak compressFilelist()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 26 Jun 2008 10:59:06 +0000 (13:59 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 26 Jun 2008 10:59:06 +0000 (13:59 +0300)
commita930e73ef733210df9be7e142ec81d206fbd9f70
tree1256066095a1645877b09fe91909770d7873764b
parentef34894567a3ecd82035fc3b82ca06a3773d9ac3
Unbreak compressFilelist()
- well and truly broken by yours truly by a Monday morning commit
  efe1665024e374a8f8704d229b1d306af232c396, blush...
- can't use headerIsSource() here, as build calls compressFilelist()
  before RPMTAG_SOURCERPM is added to the header, revert to earlier hack
  and check filename beginning with / or not
- dncmp() expects address of a string, not the string itself, this was
  masked by the above bug
lib/legacy.c