On Tue, Aug 11, 2009 at 09:52:22PM +0200, Steven Moix wrote:
I'm having some trouble with the update of a package (motion).
The build
process for the devel and F10 branches went fine, but the F11 branch
fails miserably due to a wrong source. You can see the error here:
http://buildsys.rpmfusion.org/build-status/job.psp?email=steven.moix@axia...
I can't really tell where the problem is unfortunately...the following
lines seem correct:
[Steven@x301 F-11]$ make new-sources
FILES="/home/Steven/rpmbuild/SOURCES/motion-3.2.11.1.tar.gz"
Checking : motion-3.2.11.1.tar.gz on
https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
This file (4e729f129d8f9b9abaed5121c3cd0037 motion-3.2.11.1.tar.gz) is
already uploaded
Source upload succeeded. Don't forget to commit the new ./sources file
cvs diff gives me the following:
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/F-11/sources,v
retrieving revision 1.3
diff -u -r1.3 sources
--- sources 11 Aug 2009 18:54:30 -0000 1.3
+++ sources 11 Aug 2009 19:25:48 -0000
@@ -1 +1 @@
-713c964e6348314eaed7db7937b36c2a motion-initscript
+4e729f129d8f9b9abaed5121c3cd0037 motion-3.2.11.1.tar.gz
If I understand it correctly it seems like you tagged the version 1.3 of
sources with motion-3_2_11_1-1_fc11. That version contains the following
line:
713c964e6348314eaed7db7937b36c2a motion-initscript
You have to tag the version 1.4 of sources which contains the line:
4e729f129d8f9b9abaed5121c3cd0037 motion-3.2.11.1.tar.gz
So either you do it correctly: bump the release and re-tag
or you can try to force the tag on the current version of sources.
Adrian