On Wed, 14 Oct 2009 11:04:26 +0200, Lubomir 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
..."
The more convenient solution is to use "make upload FILES=..." which
only appends an uploaded tarball to the "sources" file. If you want to
prune old archives from the "sources" (and .cvsignore) files, simply
edit them manually.