From: Sage Weil Date: Thu, 28 May 2015 18:31:12 +0000 (-0400) Subject: build-ceph-rpm.sh: fix rpmbuild for ceph-release file X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b7e947b06380fcf07148d75afc5dbd40a82c4b3c;p=autobuild-ceph.git build-ceph-rpm.sh: fix rpmbuild for ceph-release file We don't want that stray --define arg. Signed-off-by: Sage Weil --- diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index fed6c5a..dad86a8 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -217,7 +217,7 @@ gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc EOF # End of ceph.repo file -rpmbuild -bb --define "_topdir ${BUILDAREA}" --define ${BUILDAREA}/SPECS/ceph-release.spec +rpmbuild -bb --define "_topdir ${BUILDAREA}" ${BUILDAREA}/SPECS/ceph-release.spec # Add Dependencies.