ceph/make-srpm.sh
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

5 lines
107 B
Bash
Executable File

#!/bin/sh
./make-dist
rpmbuild -D"_sourcedir `pwd`" -D"_specdir `pwd`" -D"_srcrpmdir `pwd`" -bs ceph.spec