From fab78b45f7e99ea2e41a4ef3603a56e9eac5b776 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 8 Oct 2010 17:43:36 +0000 Subject: Add mount.glusterfs to fuse since its only needed for native client Signed-off-by: Harshavardhana Signed-off-by: Vijay Bellur BUG: 1770 (Cleanup rpmbuild) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1770 --- glusterfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 4a78907f3d1..1c598844ef9 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -165,7 +165,6 @@ fi %{_includedir}/glusterfs %exclude %{_includedir}/glusterfs/y.tab.h %{_libdir}/*.so -/sbin/mount.glusterfs %if 0%{!?_without_rdma:1} %files rdma @@ -176,6 +175,7 @@ fi %files fuse %defattr(-,root,root) %{_libdir}/glusterfs/%{version}/xlator/mount/fuse* +/sbin/mount.glusterfs %changelog * Wed Jul 01 2009 Harshavardhana - 2.1 -- cgit