summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glusterfs.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 2511fdca5e6..6c3ff402735 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -729,6 +729,11 @@ rm -rf %{buildroot}
%post api -p /sbin/ldconfig
+%post fuse
+%if ( 0%{?rhel} == 5 )
+modprobe fuse
+%endif
+
%if ( 0%{!?_without_georeplication:1} )
%post geo-replication
#restart glusterd.
@@ -1035,6 +1040,9 @@ fi
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
%changelog
+* Thu Jun 29 2014 Humble Chirammal <hchiramm@redhat.com>
+- Added dynamic loading of fuse module with glusterfs-fuse package installation in el5.
+
* Fri Jun 27 2014 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- killall --wait in %%post server, (#1113543)