exclude libfsalgluster correctly

This commit is contained in:
Kaleb S. KEITHLEY 2014-05-10 09:49:48 -04:00
parent 6afed1e2c3
commit 1519577c27
1 changed files with 6 additions and 1 deletions

View File

@ -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 <kkeithle at redhat.com>
- exclude libfsalgluster correctly
* Fri May 9 2014 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.0.0-7
- Ceph FSAL, in a subpackage, (but requires ceph >= 0.78)