Remove needless use of %defattr
This commit is contained in:
parent
3b79369911
commit
3fadeb9855
@ -51,7 +51,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%find_lang %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%dir /etc/alternatives
|
||||
@ -71,7 +70,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%{_prefix}/lib/systemd/systemd-sysv-install
|
||||
|
||||
%files -n ntsysv
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/ntsysv
|
||||
%{_mandir}/*/ntsysv.8*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user