We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpm:packageBin
version in Rpm
When version is a snapshot, and version in Rpm has been explicitly set (to a value without a -SNAPSHOT suffix), e.g build.sbt
version := "0.0.1-SNAPSHOT" version in Rpm := "1"
, the resulting rpm should have the version as set in version in Rpm.
Build fails with error
`version in Rpm` is empty. Please provide a vaid version for the rpm SPEC. java.lang.RuntimeException: There are issues with the rpm spec data.
rpm --version
The text was updated successfully, but these errors were encountered:
strip snapshot suffix safely (sbt#1004)
9958466
I got the same on 1.2.0-M9 after switching from scala 2.11 to scala 2.12.
Sorry, something went wrong.
hm, seems like sbt unconditionnaly resolves 1.2.0 for me, even when I specify milestone version.
strip snapshot suffix safely (#1004)
b2586c6
Fixed in mentioned PR (#1005)
No branches or pull requests
Expected behaviour
When version is a snapshot, and version in Rpm has been explicitly set (to a value without a -SNAPSHOT suffix), e.g
build.sbt
, the resulting rpm should have the version as set in
version in Rpm
.Actual behaviour
Build fails with error
Information
1.2.0
(worked in 1.2.0-M9)
0.13.15
CentOS 6
rpm
rpm --version
)RPM version 4.8.0
CentOS 6
The text was updated successfully, but these errors were encountered: