Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 02:25:38 -05:00
parent 004915b933
commit 7ca0a8ca1d

View File

@ -667,12 +667,10 @@ fi
%if 0%{?fedora} < 23 %if 0%{?fedora} < 23
%files sysvinit %files sysvinit
%defattr(-, root, root, -)
%{_initrddir}/postfix %{_initrddir}/postfix
%endif %endif
%files perl-scripts %files perl-scripts
%defattr(-, root, root, -)
%attr(0755, root, root) %{postfix_command_dir}/qshape %attr(0755, root, root) %{postfix_command_dir}/qshape
%attr(0644, root, root) %{_mandir}/man1/qshape* %attr(0644, root, root) %{_mandir}/man1/qshape*
%if %{with pflogsumm} %if %{with pflogsumm}