in the specfile will cause RPM to complain something like this:
error: line 188: Illegal char '-' in: Version: v2.0.x-201704190318-24b5b83
Kevin suggests renaming the nightly tarballs to use dots instead of dashes (e.g., Version: v2.0.x.201704190318.24b5b83).
I can't think of a reason why using dots instead of dashes would cause an issue for us -- @bwbarrett can you think of a reason why we shouldn't make this change?
Per https://www.mail-archive.com/devel@lists.open-mpi.org/msg20095.html, Kevin Buckley reports that the additional
-
characters in the nightly tarball filename makes RPM complain. I.e.:in the specfile will cause RPM to complain something like this:
Kevin suggests renaming the nightly tarballs to use dots instead of dashes (e.g.,
Version: v2.0.x.201704190318.24b5b83
).I can't think of a reason why using dots instead of dashes would cause an issue for us -- @bwbarrett can you think of a reason why we shouldn't make this change?