Remove needless use of %defattr
This commit is contained in:
parent
86ba8c4f7f
commit
0490f8c2bd
@ -536,7 +536,6 @@ exit 0
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%if %{bundle_jemalloc}
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.jemalloc COPYING.jemalloc
|
||||
%else
|
||||
@ -628,7 +627,6 @@ exit 0
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
||||
%{_mandir}/man3/*
|
||||
%{_includedir}/svrcore.h
|
||||
@ -648,7 +646,6 @@ exit 0
|
||||
%{_libdir}/pkgconfig/nunc-stans.pc
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
||||
%dir %{_libdir}/%{pkgname}
|
||||
%{_libdir}/libsvrcore.so.*
|
||||
@ -665,7 +662,6 @@ exit 0
|
||||
%endif
|
||||
|
||||
%files legacy-tools
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
||||
%{_bindir}/infadd
|
||||
%{_mandir}/man1/infadd.1.gz
|
||||
@ -745,7 +741,6 @@ exit 0
|
||||
%endif
|
||||
|
||||
%files snmp
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
||||
%config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
|
||||
%{_sbindir}/ldap-agent*
|
||||
@ -753,17 +748,14 @@ exit 0
|
||||
%{_unitdir}/%{pkgname}-snmp.service
|
||||
|
||||
%files -n python%{python3_pkgversion}-lib389
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+
|
||||
%{python3_sitelib}/lib389*
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}-tests
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE LICENSE.GPLv3+
|
||||
%{python3_sitelib}/dirsrvtests*
|
||||
|
||||
%files -n cockpit-389-ds -f cockpit.list
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user