Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=540653





--- Comment #2 from Alexander Kurtakov <akurt...@redhat.com>  2009-11-26 
08:04:18 EDT ---
First sight:
You need to change  
VER=$(echo $BASE |sed 's/\.jar$/%{version}.jar/') to
VER=$(echo $BASE |sed 's/\.jar$/-%{version}.jar/') 
Note the dash before version it is needed to be that way to keep jpackage
scripts differentiating versioned and non-versioned jars.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to