mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Missing boolean dependencies support #99

Open Sami32 opened 6 years ago

Sami32 commented 6 years ago

Boolean dependencies are supported since RPM >= 4.13

http://rpm.org/user_doc/boolean_dependencies.html

I find this very useful, when it come to rely on a specific Java version for example, as too many Oracle, OpenJDK...savors exist and without this capability it is impossible to produce RPM builds having a great compatibility among all the Debian based Linux distributions or avoid unecessary dependencies download.