diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2008-01-08 10:43:50 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2008-01-08 10:43:50 +0000 |
commit | a5b09ea0a416c1e1ff629f17a8209e2f72a75258 (patch) | |
tree | a1bc774140bd0f7121a1e088ea754b6e16b55e9a /firefox.spec | |
parent | added ssl exception patch (mozbz #411037) (diff) | |
download | librewolf-fedora-ff-a5b09ea0a416c1e1ff629f17a8209e2f72a75258.tar.gz librewolf-fedora-ff-a5b09ea0a416c1e1ff629f17a8209e2f72a75258.tar.bz2 librewolf-fedora-ff-a5b09ea0a416c1e1ff629f17a8209e2f72a75258.zip |
added the ssl patch
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index dd21a42..992a4a5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -36,6 +36,8 @@ Source100: find-external-requires # build patches Patch43: firefox-2.0-getstartpage.patch +Patch100: firefox-ssl-exception.patch + %if %{official_branding} # Required by Mozilla Corporation @@ -85,6 +87,8 @@ compliance, performance and portability. %patch43 -p1 -b .getstartpage +%patch100 -p0 -b .ssl + # For branding specific patches. %if %{official_branding} |