exclude libfsalgluster correctly

This commit is contained in:
Kaleb S. KEITHLEY 2014-05-10 09:49:48 -04:00
parent 6afed1e2c3
commit 1519577c27

View File

@ -201,7 +201,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%files %files
%doc src/ChangeLog src/LICENSE.txt src/TODO src/Docs/*.pdf %doc src/ChangeLog src/LICENSE.txt src/TODO src/Docs/*.pdf
%exclude %{_pkgdocdir}/*.pdf %exclude %{_pkgdocdir}/*.pdf
# %%exclude %{_libdir}/ganesha/libfsalgluster.* %if ( 0%{?with_glusterfs:1} )
%exclude %{_libdir}/ganesha/libfsalgluster.*
%endif
%{_libdir}/* %{_libdir}/*
%{_bindir}/* %{_bindir}/*
%if ( 0%{?_with_systemd:1} ) %if ( 0%{?_with_systemd:1} )
@ -227,6 +229,9 @@ install -D -p -m 0744 %{SOURCE4} %{buildroot}%{_sbindir}/nfs_ganesha.sh
%dir %{_pkgdocdir} %dir %{_pkgdocdir}
%changelog %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 * 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) - Ceph FSAL, in a subpackage, (but requires ceph >= 0.78)