Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass first parameter to make-dist for building SRPM
This allows for overriding the version to be build in the SRPM. make-dist already supports this, pass down the parameter so you can run: $ ./make-srpm.sh 12.0.0 Afterwards RPMs can be build using: $ rpmbuild --rebuild /tmp/ceph-12.0.0.el7.src.rpm Signed-off-by: Wido den Hollander <[email protected]>
- Loading branch information