summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox-wayland.sh.in2
-rw-r--r--firefox.spec3
2 files changed, 4 insertions, 1 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in
index 108d64c..64a1c86 100644
--- a/firefox-wayland.sh.in
+++ b/firefox-wayland.sh.in
@@ -4,4 +4,4 @@
#
export GDK_BACKEND=wayland
-/usr/bin/firefox "$@"
+exec /usr/bin/firefox "$@"
diff --git a/firefox.spec b/firefox.spec
index 3424831..2f7ae8f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -930,6 +930,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Aug 1 2018 Ondrej Zoder <ozoder@redhat.com> - 61.0.1-4
+- Fixed rhbz#1610428
+
* Tue Jul 17 2018 Ondrej Zoder <ozoder@redhat.com> - 61.0.1-3
- Bump release
bgstack15