Eliminate ancient leftover initSourceHeader() call
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Aug 2010 10:39:04 +0000 (13:39 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 25 Aug 2010 10:51:42 +0000 (13:51 +0300)
commit68beb82e9f1c4e828c4af460e68513090a3cd171
tree21df80c7ade668c61276c20768000be57862a05d
parentaafd1d217d46848f1e19c9527e9e9f98bb30bda8
Eliminate ancient leftover initSourceHeader() call
- processSourceFiles() is only ever called through buildSpec(),
  and if you throw unparsed spec into that you're pretty much screwed
  anyway. rpmbuild always called initSourceHeader() anyway, and now
  its ensured for all successfully parsed specs.
build/files.c