From 3a864e53cfbaf2aa28dca48c73ff2dae406e1303 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 14 Oct 2019 21:23:01 +0200 Subject: Build firefox-wayland again (rhbz#1761578) --- firefox.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'firefox.spec') 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 - 69.0.3-2 +- Build firefox-wayland again (rhbz#1761578). + * Thu Oct 10 2019 Martin Stransky - 69.0.3-1 - Updated to 69.0.3 -- cgit