defattr
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
8e6f6c0fc3
commit
c008116b48
@ -615,7 +615,6 @@ exit 0
|
||||
|
||||
%if %{with mem}
|
||||
%files mem
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ganesha/libfsalmem*
|
||||
%endif
|
||||
|
||||
@ -656,7 +655,6 @@ exit 0
|
||||
|
||||
%if %{with rgw}
|
||||
%files rgw
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ganesha/libfsalrgw*
|
||||
%config(noreplace) %{_sysconfdir}/ganesha/rgw.conf
|
||||
%config(noreplace) %{_sysconfdir}/ganesha/rgw_bucket.conf
|
||||
@ -676,7 +674,6 @@ exit 0
|
||||
|
||||
%if ! %{with system_ntirpc}
|
||||
%files -n libntirpc
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libntirpc.so.@NTIRPC_VERSION_EMBED@
|
||||
%{_libdir}/libntirpc.so.1.5
|
||||
%{_libdir}/libntirpc.so
|
||||
@ -729,6 +726,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 3 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com>
|
||||
- defattr
|
||||
|
||||
* Wed May 16 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-3
|
||||
- nfs-ganesha 2.5.5, w/ ceph and rgw FSALs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user