summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-03-21 10:04:31 +0100
committerMartin Stransky <stransky@anakreon.cz>2016-03-21 10:04:31 +0100
commitbfde9d04e27d44829cef7c39438930915e96f05f (patch)
treefb56a7a74718b497f3d589a6c7525640a3b28c73 /firefox.spec
parentspec fix - patch order (diff)
downloadlibrewolf-fedora-ff-bfde9d04e27d44829cef7c39438930915e96f05f.tar.gz
librewolf-fedora-ff-bfde9d04e27d44829cef7c39438930915e96f05f.tar.bz2
librewolf-fedora-ff-bfde9d04e27d44829cef7c39438930915e96f05f.zip
Fixed rhbz#1293874 - use a Debian patch for disabled extension signing
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 308a97a..8607f10 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -87,7 +87,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 45.0.1
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -131,7 +131,8 @@ Patch302: mozilla-1228540.patch
Patch303: mozilla-1228540-1.patch
Patch304: mozilla-1253216.patch
-# Gtk3 upstream patches
+# Debian extension patch
+Patch400: Allow-unsigned-addons-in-usr-lib-share-mozilla-exten.patch
# Fix Skia Neon stuff on AArch64
# Update https://bugzilla.mozilla.org/show_bug.cgi?id=1142056
@@ -282,6 +283,9 @@ cd %{tarballdir}
%patch222 -p1 -b .gtk3-20
%endif
+# Debian extension patch
+%patch400 -p1 -b .debian-addon
+
%patch500 -p1
%{__rm} -f .mozconfig
@@ -785,6 +789,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Mar 21 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-2
+- Fixed rhbz#1293874 - use a Debian patch for disabled extension
+ signing
+
* Wed Mar 16 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-1
- Update to 45.0.1
bgstack15