diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2013-04-23 12:57:40 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-04-26 02:38:07 -0700 |
commit | 5e0116109e3c444b11adb9809c75b4da72e85457 (patch) | |
tree | 78b0cd05905a33f042fb67468197b9b530a2c2f6 /extras | |
parent | 915385553e46d65e0b91ce62066a5575b07ee44d (diff) |
build: sync glusterfs.spec.in with Fedora glusterfs.spec
BUG: 950083
Change-Id: I96aeb8fbe8b79bbc058ff9a45167d822abb576ed
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/4876
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/LinuxRPM/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/LinuxRPM/Makefile.am b/extras/LinuxRPM/Makefile.am index 7a3107aabb7..3c867fe275e 100644 --- a/extras/LinuxRPM/Makefile.am +++ b/extras/LinuxRPM/Makefile.am @@ -28,7 +28,6 @@ prep:: echo "copying glusterfs rpm files from local cache..." ; \ mkdir -p ./rpmbuild/SOURCES; \ cp /d/cache/glusterfs/* ./rpmbuild/SOURCES/ ; \ - touch /d/cache/.gluster ; \ elif [ -x /usr/bin/git ]; then \ echo "fetching glusterfs rpm files from fedora git repo..."; \ cd ./rpmbuild && git clone git://pkgs.fedoraproject.org/glusterfs.git > /dev/null && mv glusterfs SOURCES; \ @@ -46,7 +45,6 @@ prep:: @if [ -d /d/cache -a -f /d/cache/$(GRIZZLY_TAR) -a -d ./rpmbuild/SOURCES ]; then \ echo "copying swift source tarball from local cache..." ; \ cp /d/cache/$(GRIZZLY_TAR) ./rpmbuild/SOURCES/ ; \ - touch /d/cache/.swift ; \ elif [ -x /usr/bin/curl -a -d ./rpmbuild/SOURCES ]; then \ echo "fetching swift from launchpad.net..." ; \ cd ./rpmbuild/SOURCES && /usr/bin/curl -sOL $(GRIZZLY_URL) ; \ |