diff options
author | Harshavardhana <harsha@gluster.com> | 2010-10-08 17:43:36 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-12 00:23:11 -0700 |
commit | fab78b45f7e99ea2e41a4ef3603a56e9eac5b776 (patch) | |
tree | d731b62c1f7f7c2a7bf28fae4564cde51e733172 /glusterfs.spec.in | |
parent | 161850285ff06e90f2c990989bab9513dd4a4289 (diff) |
Add mount.glusterfs to fuse since its only needed for native client
Signed-off-by: Harshavardhana <harsha@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1770 (Cleanup rpmbuild)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1770
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 4a78907f3..1c598844e 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 <harsha@gluster.com> - 2.1 |