RPM

Comment 3 for bug 633742

Revision history for this message
In , Jan Engelhardt (jengelh) wrote :

>the patch doesn't make ~rc1 smaller then -foo

The dash may not be used in the version number, so this seems like a non-issue to me.

$ rpmbuild -bb foo.spec
error: line 6: Illegal char '-' in version: Version: 2.6.29-mm1
$ cat foo.spec
Name: foo
Version: 2.6.29-mm1
Release: 0
[...]