basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.92k stars 534 forks source link

Update Riak rpm naming to match global standards #1076

Closed Bob-The-Marauder closed 3 years ago

Bob-The-Marauder commented 3 years ago

Currently, when building rpm packages, riak-2.x.x names correctly e.g. riak-2.9.8-1.el8.x86_64.rpm but the riak-3.x.x rpms are missing a dot before the basearch i.e. riak-3.0.6-1.el8x86_64.rpm. This incredibly tiny fix re-adds the missing dot in the package name.

I have already tested this successfully on one of the regular package builders we use to publish the binaries by creating a phony tag of riak-3.0.61 and building it accordingly:

[root@localhost riak]# ls rel/pkg/out/packages/
riak-3.0.61.OTP20.3-1.el8.src.rpm      riak-3.0.61.OTP20.3-1.el8.x86_64.rpm 
riak-3.0.61.OTP20.3-1.el8.src.rpm.sha  riak-3.0.61.OTP20.3-1.el8.x86_64.rpm.sha
Bob-The-Marauder commented 3 years ago

Please feel free to merge and delete when ready.