mirror of https://github.com/sbt/sbt.git
commit
b5c7aa799e
|
|
@ -98,7 +98,11 @@ val root = (project in file(".")).
|
||||||
rpmVendor := "lightbend",
|
rpmVendor := "lightbend",
|
||||||
rpmUrl := Some("http://github.com/sbt/sbt-launcher-package"),
|
rpmUrl := Some("http://github.com/sbt/sbt-launcher-package"),
|
||||||
rpmLicense := Some("BSD"),
|
rpmLicense := Some("BSD"),
|
||||||
rpmRequirements := Seq("java-1.8.0-devel"),
|
// This is intentionally empty. java-devel could bring in JDK 9-ea on Fedora,
|
||||||
|
// and java-1.8.0-devel doesn't work on CentOS 6 and 7.
|
||||||
|
// https://github.com/sbt/sbt-launcher-package/issues/151
|
||||||
|
// https://github.com/elastic/logstash/issues/6275#issuecomment-261359933
|
||||||
|
rpmRequirements := Seq(),
|
||||||
rpmProvides := Seq("sbt"),
|
rpmProvides := Seq("sbt"),
|
||||||
|
|
||||||
// WINDOWS SPECIFIC
|
// WINDOWS SPECIFIC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue