mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
0576dacd7f
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>
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./make-dist
|
|
rpmbuild -D"_sourcedir `pwd`" -D"_specdir `pwd`" -D"_srcrpmdir `pwd`" -bs ceph.spec
|