remove defattr
this is system default, no need to duplicate it
This commit is contained in:
parent
64d07f925f
commit
7a6ed0983b
@ -278,7 +278,6 @@ This package provides debug information for Firefox, for use by
|
|||||||
Mozilla's crash reporter servers. If you are trying to locally
|
Mozilla's crash reporter servers. If you are trying to locally
|
||||||
debug %{name}, you want to install %{name}-debuginfo instead.
|
debug %{name}, you want to install %{name}-debuginfo instead.
|
||||||
%files -n %{crashreporter_pkg_name} -f debugcrashreporter.list
|
%files -n %{crashreporter_pkg_name} -f debugcrashreporter.list
|
||||||
%defattr(-,root,root)
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{run_tests}
|
%if %{run_tests}
|
||||||
@ -289,7 +288,6 @@ Summary: Results of testsuite
|
|||||||
This package contains results of tests executed during build.
|
This package contains results of tests executed during build.
|
||||||
%files -n %{testsuite_pkg_name}
|
%files -n %{testsuite_pkg_name}
|
||||||
/test_results
|
/test_results
|
||||||
%defattr(-,root,root)
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
@ -794,7 +792,6 @@ fi
|
|||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/firefox
|
%{_bindir}/firefox
|
||||||
%{mozappdir}/firefox
|
%{mozappdir}/firefox
|
||||||
%{mozappdir}/firefox-bin
|
%{mozappdir}/firefox-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user