From: Dan Mick Date: Wed, 27 Aug 2014 19:52:17 +0000 (-0700) Subject: build-ceph-rpm.sh: copy "*.patch" from rpm/ instead of ./ X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e0a7e299d75febc3e26c88a8b54ebb23af2dd28d;p=autobuild-ceph.git build-ceph-rpm.sh: copy "*.patch" from rpm/ instead of ./ Signed-off-by: Dan Mick --- diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index e197552..e50919b 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -86,7 +86,7 @@ mkdir -p ${BUILDAREA}/SPECS mkdir -p ${BUILDAREA}/RPMS mkdir -p ${BUILDAREA}/BUILD cp -a ceph-*.tar.bz2 ${BUILDAREA}/SOURCES/. -cp -a *.patch ${BUILDAREA}/SOURCES || true +cp -a rpm/*.patch ${BUILDAREA}/SOURCES || true # If this is a release candidate, identified by having -rc[0-9] appended to # the version number, then fix up the generated rpm spec file by moving the