craigwblake / redline

Pure Java Rpm Library
http://redline-rpm.org
MIT License
128 stars 97 forks source link

Do not allow version or release to contain dashes #34

Closed merscwog closed 11 years ago

merscwog commented 11 years ago

The RPM file specification does not allow the version or release to contain dashes, so throw IllegalArgumentException if they are set.

Also had to adjust pom to get tests to run.

craigwblake commented 11 years ago

Thanks for the patch!