1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-30 04:10:42 +02:00
fpm/lib
Anton Cohen 171ad0045d Fixed gem ~> version operator translated to rpm require.
In gem specs ~> is a Pessimistic Version Consrtaint that is inclusive
on the bottom end. E.g., '~> 2.2' means '>= 2.2.0 and < 3.0'.

I changed the translation to RPM spec to be >= and <. It was > and <.

http://docs.rubygems.org/read/chapter/16
http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-advanced-packaging.html
2012-03-31 17:58:39 -07:00
..
fpm Fixed gem ~> version operator translated to rpm require. 2012-03-31 17:58:39 -07:00
fpm.rb - get a bare minimum deb output working 2012-03-02 02:13:01 -08:00