bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Specify `rpm_os` in recipe.rb #139

Closed onesuper closed 8 years ago

onesuper commented 8 years ago

Hi, @bernd

I was trying to build a rpm that packages my Java application on OSX. But the package was tagged as os=>darwin, which led to an error when I installed on a CentOS.

Hopefully, fpm provides an option named rpm_os: https://github.com/jordansissel/fpm/issues/309

This merge request might walk around this problem in fpm-cookery.

Best regards Yichao

beddari commented 8 years ago

I think this might be what you want, and already a feature: https://github.com/bernd/fpm-cookery/pull/80

onesuper commented 8 years ago

@beddari

Cool! It is exactly what I want!