On Wed, Oct 14, 2009 at 5:04 PM, Lubomir Rintel <lkundrak@v3.sk> wrote:
On Wed, 2009-10-14 at 17:01 +0800, solarflow99 wrote:
> I just have a simple question, I tried adding a new tar file and
> updated spec file, and it doesnt seem to be able to find any of the
> source files.  Do I need to upload the whole srpm each time?  Here's
> what I did, is this right?
>
> # make new-sources FILES="dosemu-1.4.0.tgz"

Please always call new-sources with the list of all sources you need (no
matter whether they are already uploaded or not, the upload script will
find out):

make new-sources FILES="my-new-tarball-1.2.tar.gz the-other-older-source-file.tgz ..."


 
you mean like this?  I still didn't work, I still get the same prep error.  Is it easier to just upload the new srpm somehow?

 # make new-sources FILES="dosemu-1.4.0.tgz freedos-source.tar.gz dosemu-freedos-bin.tgz dosemu.desktop"