summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-10-14 21:23:01 +0200
committerMartin Stransky <stransky@redhat.com>2019-10-14 21:23:01 +0200
commit3a864e53cfbaf2aa28dca48c73ff2dae406e1303 (patch)
treebdfa509c4fec188952a6bfd12fb7b9f1d734088e /firefox.spec
parentUpdated to 69.0.3 (diff)
downloadlibrewolf-fedora-ff-3a864e53cfbaf2aa28dca48c73ff2dae406e1303.tar.gz
librewolf-fedora-ff-3a864e53cfbaf2aa28dca48c73ff2dae406e1303.tar.bz2
librewolf-fedora-ff-3a864e53cfbaf2aa28dca48c73ff2dae406e1303.zip
Build firefox-wayland again (rhbz#1761578)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/firefox.spec b/firefox.spec
index 6621edc..f8e1648 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -94,7 +94,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 69.0.3
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -278,10 +278,6 @@ BuildRequires: clang-devel
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
-%if 0%{?wayland_backend_default}
-Obsoletes: firefox-wayland
-%endif
-
%description
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
@@ -309,21 +305,21 @@ Summary: Firefox X11 launcher.
Requires: %{name}
%description x11
The firefox-x11 package contains launcher and desktop file
-to run Firefox natively on X11.
+to run Firefox explicitly on X11.
%files x11
%{_bindir}/firefox-x11
%{_datadir}/applications/firefox-x11.desktop
-%else
+%endif
+
%package wayland
Summary: Firefox Wayland launcher.
Requires: %{name}
%description wayland
The firefox-wayland package contains launcher and desktop file
-to run Firefox natively on Wayland.
+to run Firefox explicitly on Wayland.
%files wayland
%{_bindir}/firefox-wayland
%{_datadir}/applications/firefox-wayland.desktop
-%endif
%if %{run_tests}
%global testsuite_pkg_name mozilla-%{name}-testresults
@@ -988,6 +984,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 14 2019 Martin Stransky <stransky@redhat.com> - 69.0.3-2
+- Build firefox-wayland again (rhbz#1761578).
+
* Thu Oct 10 2019 Martin Stransky <stransky@redhat.com> - 69.0.3-1
- Updated to 69.0.3
bgstack15