Gordan Bobic wrote:
It would appear that this requires fuse-devel to build, at least as an RPM. My understanding was that 3.0 doesn't require fuse libraries and talks directly to the kernel module. Is that an error in my understanding or an error in the spec file for building the RPMs?
Also, the rpm building fails: RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man8/mount.glusterfs.8.gz The pseudo-patch is: - %{_mandir}/man8/glusterfs.8* + %{_mandir}/man8/*glusterfs.8* Gordan