Fix regression in %patch handling (rhbz#455872)
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 19 Jul 2008 12:27:42 +0000 (15:27 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 19 Jul 2008 12:27:42 +0000 (15:27 +0300)
commit6df78d16a68ff508a965ba2166f3b376e850b138
tree07425f4c95b7a8f7cf792fab16ddf446db47c26a
parentba644ed5aa949f6583ad5e011369527241b62a3c
Fix regression in %patch handling (rhbz#455872)
- popt doesn't think of "008" as an integer, let popt think it's a string
  as we do our own conversion to number anyway
build/parsePrep.c