W dniu 14.10.2009 18:40, solarflow99 pisze:
On Wed, Oct 14, 2009 at 5:04 PM, Lubomir Rintel <lkundrak(a)v3.sk
<mailto: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"
Yeah, the command looks OK. The error looks like you forgot to commit
and tag the new .cvsignore and sources files.
Julian