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 (439 forks)batch import
feature requesthelp wantedrpm

Repository metrics

Stars
 (1,593 stars)
PR merge metrics
 (Avg merge 17d 18h) (4 merged PRs in 30d)

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