Remove needless use of %defattr
This commit is contained in:
parent
00df4a2aa9
commit
9cdadfb7d0
16
freeipa.spec
16
freeipa.spec
@ -1336,7 +1336,6 @@ fi
|
||||
%if ! %{ONLY_CLIENT}
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{_sbindir}/ipa-backup
|
||||
@ -1423,7 +1422,6 @@ fi
|
||||
|
||||
|
||||
%files -n python2-ipaserver
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{python2_sitelib}/ipaserver
|
||||
@ -1433,7 +1431,6 @@ fi
|
||||
%if 0%{?with_python3}
|
||||
|
||||
%files -n python3-ipaserver
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{python3_sitelib}/ipaserver
|
||||
@ -1443,7 +1440,6 @@ fi
|
||||
|
||||
|
||||
%files server-common -f server-templates
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%ghost %verify(not owner group) %dir %{_sharedstatedir}/kdcproxy
|
||||
@ -1528,7 +1524,6 @@ fi
|
||||
%{_usr}/share/ipa/ipakrb5.aug
|
||||
|
||||
%files server-dns
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/ipa-dnskeysyncd
|
||||
@ -1544,7 +1539,6 @@ fi
|
||||
%attr(644,root,root) %{_unitdir}/ipa-ods-exporter.service
|
||||
|
||||
%files server-trust-ad
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{_sbindir}/ipa-adtrust-install
|
||||
@ -1560,7 +1554,6 @@ fi
|
||||
|
||||
|
||||
%files client
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{_sbindir}/ipa-client-install
|
||||
@ -1581,7 +1574,6 @@ fi
|
||||
|
||||
|
||||
%files -n python2-ipaclient
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%dir %{python_sitelib}/ipaclient
|
||||
@ -1607,7 +1599,6 @@ fi
|
||||
%if 0%{?with_python3}
|
||||
|
||||
%files -n python3-ipaclient
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%dir %{python3_sitelib}/ipaclient
|
||||
@ -1638,7 +1629,6 @@ fi
|
||||
|
||||
|
||||
%files client-common
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/
|
||||
@ -1663,13 +1653,11 @@ fi
|
||||
|
||||
|
||||
%files python-compat
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
|
||||
|
||||
%files -n python2-ipalib
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%dir %{python_sitelib}/ipapython
|
||||
@ -1689,7 +1677,6 @@ fi
|
||||
|
||||
|
||||
%files common -f %{gettext_domain}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%dir %{_usr}/share/ipa
|
||||
@ -1698,7 +1685,6 @@ fi
|
||||
%if 0%{?with_python3}
|
||||
|
||||
%files -n python3-ipalib
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
|
||||
@ -1716,7 +1702,6 @@ fi
|
||||
%if 0%{?with_ipatests}
|
||||
|
||||
%files -n python2-ipatests
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%{python_sitelib}/ipatests
|
||||
@ -1737,7 +1722,6 @@ fi
|
||||
%if 0%{?with_python3}
|
||||
|
||||
%files -n python3-ipatests
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user