Commit Graph

2 Commits

Author SHA1 Message Date
Wido den Hollander 0ae3154eb2
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 <wido@42on.com>
2017-02-17 12:23:10 +01:00
Ira Cooper 0576dacd7f make-srpm.sh: A simple script to make the srpm for ceph.
This is a simple script to make the srpm for ceph based
on make-dist.

Yes, it is short, but it will stop many people from
having to solve the same problem.

Signed-off-by: Ira Cooper <ira@redhat.com>
2016-09-13 09:51:35 -04:00