diff options
author | Miroslav Suchý <msuchy@redhat.com> | 2017-11-08 09:29:41 +0000 |
---|---|---|
committer | Jan Horak <jhorak@localhost.localdomain> | 2017-11-09 11:41:02 +0100 |
commit | 7a6ed0983be755f9c1016e2dffca32eeaf13c837 (patch) | |
tree | ec335e3cfcb9be893e38f2abcd4f781138c6790a /firefox.spec | |
parent | remove Group (diff) | |
download | librewolf-fedora-ff-7a6ed0983be755f9c1016e2dffca32eeaf13c837.tar.gz librewolf-fedora-ff-7a6ed0983be755f9c1016e2dffca32eeaf13c837.tar.bz2 librewolf-fedora-ff-7a6ed0983be755f9c1016e2dffca32eeaf13c837.zip |
remove defattr
this is system default, no need to duplicate it
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index fe7d8cc..775527c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -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 debug %{name}, you want to install %{name}-debuginfo instead. %files -n %{crashreporter_pkg_name} -f debugcrashreporter.list -%defattr(-,root,root) %endif %if %{run_tests} @@ -289,7 +288,6 @@ Summary: Results of testsuite This package contains results of tests executed during build. %files -n %{testsuite_pkg_name} /test_results -%defattr(-,root,root) %endif #--------------------------------------------------------------------- @@ -794,7 +792,6 @@ fi gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang -%defattr(-,root,root,-) %{_bindir}/firefox %{mozappdir}/firefox %{mozappdir}/firefox-bin |