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 --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e9d41a20..3056ad8c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,21 +8,29 @@ install-sh ltmain.sh Makefile.in missing +py-compile *.sw? *~ *.lo *.la *.o +*.tar.gz +*.rpm .libs +.deps Makefile stamp-h1 # Generated files -extras/init.d/glusterfs-server.plist -extras/init.d/glusterfsd-Debian -extras/init.d/glusterfsd-Redhat -extras/init.d/glusterfsd-SuSE +contrib/uuid/uuid_types.h +extras/init.d/glusterd.plist +extras/init.d/glusterd-Debian +extras/init.d/glusterd-Redhat +extras/init.d/glusterd-SuSE +extras/ocf/glusterd +extras/ocf/volume glusterfs.spec +glusterfs-api.pc libtool xlators/mount/fuse/utils/mount.glusterfs xlators/mount/fuse/utils/mount_glusterfs -- cgit