From 0b39dfc7f520259ded283e7adddbeef5a8aa1a02 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Sun, 14 Oct 2018 07:48:59 -0400 Subject: [PATCH] remove rhel5 fuse module Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 3 --- rhel5-load-fuse-modules | 7 ------- 2 files changed, 10 deletions(-) delete mode 100755 rhel5-load-fuse-modules diff --git a/glusterfs.spec b/glusterfs.spec index 46a8d02..4cb0f23 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -223,7 +223,6 @@ URL: http://docs.gluster.org/ Source0: http://download.gluster.org/pub/gluster/%{name}/4.1/%{version}%{?prereltag}/%{name}-%{version}%{?prereltag}.tar.gz Source1: glusterd.sysconfig Source2: glusterfsd.sysconfig -Source6: rhel5-load-fuse-modules Source7: glusterfsd.service Source8: glusterfsd.init %else @@ -1166,8 +1165,6 @@ exit 0 %if ( 0%{!?_without_fusermount:1} ) %{_bindir}/fusermount-glusterfs %endif -%if ( 0%{_for_fedora_koji_builds} ) -%endif %files cloudsync-plugins %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/cloudsync-plugins diff --git a/rhel5-load-fuse-modules b/rhel5-load-fuse-modules deleted file mode 100755 index ee194db..0000000 --- a/rhel5-load-fuse-modules +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# fusermount-glusterfs requires the /dev/fuse character device. The fuse module -# provides this and is loaded on demand in newer Linux distributions. -# - -[ -c /dev/fuse ] || /sbin/modprobe fuse