sbt/sbt-native-packager

RPM: prereq is deprecated

Open

#417 opened on Nov 24, 2014

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Scala (1,593 stars) (439 forks)batch import
feature requesthelp wantedrpm

Description

When I define prerequisites in an RPM build using the rpmPrerequisites key, I get warnings that "prereq is deprecated".

See: Scriptlet Dependencies documentation on rpm.org.

Because of a caveat documented in the link above, changing the meaning of rpmPrerequisites is a bad idea, so there should probably be some new key that supports modeling the scopes of RPM dependencies.

Contributor guide