mirror of https://github.com/ceph/ceph
5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./make-dist
|
||
|
rpmbuild -D"_sourcedir `pwd`" -D"_specdir `pwd`" -D"_srcrpmdir `pwd`" -bs ceph.spec
|