summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-19 14:45:11 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-19 14:45:11 +0200
commita16c031836becd96a9c72baab37f1fe394dd876b (patch)
treedc6cb834afcfc38083796ebc145c374912432651 /firefox.spec
parentUpdated SELinux relabel setup (rhbz#1731371) (diff)
downloadlibrewolf-fedora-ff-a16c031836becd96a9c72baab37f1fe394dd876b.tar.gz
librewolf-fedora-ff-a16c031836becd96a9c72baab37f1fe394dd876b.tar.bz2
librewolf-fedora-ff-a16c031836becd96a9c72baab37f1fe394dd876b.zip
Added ELN build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 413e07b..c35d6df 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 82.0
-Release: 2%{?dist}
+Release: 3%{?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
@@ -385,10 +385,10 @@ This package contains results of tests executed during build.
%patch415 -p1 -b .1670333
# Wayland specific upstream patches
-%if 0%{?fedora} < 32
-%patch574 -p1 -b .firefox-pipewire-0-2
-%else
+%if 0%{?fedora} > 31 || 0%{?eln}
%patch575 -p1 -b .firefox-pipewire-0-3
+%else
+%patch574 -p1 -b .firefox-pipewire-0-2
%endif
# VA-API fixes
@@ -979,6 +979,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 19 2020 Martin Stransky <stransky@redhat.com> - 82.0-3
+- Added ELN build fixes
+
* Thu Oct 15 2020 Martin Stransky <stransky@redhat.com> - 82.0-2
- Updated SELinux relabel setup (rhbz#1731371)
bgstack15