diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index ef88a9c..587e84e 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -201,7 +201,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh %files %doc src/ChangeLog src/LICENSE.txt src/TODO src/Docs/*.pdf %exclude %{_pkgdocdir}/*.pdf -# %%exclude %{_libdir}/ganesha/libfsalgluster.* +%if ( 0%{?with_glusterfs:1} ) +%exclude %{_libdir}/ganesha/libfsalgluster.* +%endif %{_libdir}/* %{_bindir}/* %if ( 0%{?_with_systemd:1} ) @@ -227,6 +229,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh %dir %{_pkgdocdir} %changelog +* Sat May 10 2014 Kaleb S. KEITHLEY +- exclude libfsalgluster correctly + * Fri May 9 2014 Kaleb S. KEITHLEY 2.0.0-7 - Ceph FSAL, in a subpackage, (but requires ceph >= 0.78)