From 84f5e4b354526fbb7f0665345816e81c81245c8f Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 30 Jan 2013 11:29:54 -0500 Subject: glusterfs.spec.in: resync with Fedora glusterfs.spec Resync with Fedora's glusterfs.spec, being careful to preserve recent additions to the glusterfs.spec.in such as the package-config for -devel and the OCF sub-package To build a set of RPMs: % ./autogen.sh % ./configure --enable-fusermount % make dist % cd extras/LinuxRPM && make glusterrpms Updated rpm.t, hopefully build system has all the dependencies to build UFO BUG: 819130 Change-Id: I1b1c161337ad780cf7d3ab401fa1b10648f38cbd Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/4454 Reviewed-by: Peter Portante Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/basic/rpm.t | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'tests/basic') diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t index f7854981..9887a200 100755 --- a/tests/basic/rpm.t +++ b/tests/basic/rpm.t @@ -45,17 +45,16 @@ cd ${RESULT_DIR}/sources git clone -q -s file://${REPO} . git checkout -q -b rpm-test ${COMMIT} -# build the .tar.gz +# build the glusterfs-*.tar.gz and gluster-swift-ufo-*.tar.gz [ -e configure ] || ./autogen.sh 2>&1 > /dev/null TEST ./configure --enable-fusermount +pwd TEST make dist +ls *.tar.gz -# need to use double quoting because the command is passed to TEST -# EPEL-5 does not like new versions of rpmbuild and requires some _source_* defines -TEST rpmbuild --define "'_srcrpmdir $PWD'" \ - --define "'_source_payload w9.gzdio'" \ - --define "'_source_filedigest_algorithm 1'" \ - -ts *.tar.gz +# build the glusterfs src.rpm +ls extras +TEST make -C extras/LinuxRPM testsrpm chmod g=rwx ${RESULT_DIR} chown :mock ${RESULT_DIR} -- cgit