summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-07-14 09:51:37 +0200
committerKalev Lember <klember@redhat.com>2021-07-14 09:51:37 +0200
commit3448cc856c0eb5fe70217b607ea9391f120cd309 (patch)
tree6d6f1e46bd61faf7793adfe9aa2d16c11823d5ac
parentAdded xorg-x11-server-Xwayland dependency for Mutter (diff)
downloadlibrewolf-fedora-ff-3448cc856c0eb5fe70217b607ea9391f120cd309.tar.gz
librewolf-fedora-ff-3448cc856c0eb5fe70217b607ea9391f120cd309.tar.bz2
librewolf-fedora-ff-3448cc856c0eb5fe70217b607ea9391f120cd309.zip
Fix files list for flatpak builds
Add new files from commit e4a12e3825990a9428f23b0344b6caad2526317e to files list.
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 5f81b2e..dda6d7d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1006,6 +1006,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/application.ini
%{mozappdir}/pingsender
%exclude %{mozappdir}/removed-files
+%if 0%{?flatpak}
+%{_libdir}/libnss3.so
+%{_libdir}/libnssckbi.so
+%endif
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
%{_datadir}/icons/hicolor/24x24/apps/firefox.png
bgstack15