diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:07:02 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:07:02 +0100 |
commit | 2f039fc625ceda8014a44681aa93858005d72664 (patch) | |
tree | 49d5cf9464564d5b3ea886c279f731884668b72c /firefox.spec | |
parent | Removed unused wayland patches (diff) | |
download | librewolf-fedora-ff-2f039fc625ceda8014a44681aa93858005d72664.tar.gz librewolf-fedora-ff-2f039fc625ceda8014a44681aa93858005d72664.tar.bz2 librewolf-fedora-ff-2f039fc625ceda8014a44681aa93858005d72664.zip |
Use system sqlite for Fedora 28 only
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/firefox.spec b/firefox.spec index 109480d..5b93ca7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,7 +9,7 @@ %endif # Use system sqlite? -%if 0%{?fedora} > 27 +%if 0%{?fedora} > 28 %global system_sqlite 1 %else %global system_sqlite 0 @@ -154,16 +154,6 @@ Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch -# Wayland patches -Patch450: mozilla-1431052.patch -Patch451: mozilla-1432414.patch -Patch452: mozilla-1434202.patch -Patch453: mozilla-1433081.patch -Patch454: remote-profile.patch -Patch455: mozilla-1434572.patch -Patch456: mozilla-1434565.patch -Patch457: queue-crash.patch - # Debian patches Patch500: mozilla-440908.patch @@ -327,16 +317,6 @@ This package contains results of tests executed during build. %patch406 -p1 -b .256180 %patch413 -p1 -b .1353817 -# Wayland patches -%patch450 -p1 -b .1431052 -%patch451 -p1 -b .1432414 -%patch452 -p1 -b .1434202 -%patch453 -p1 -b .1433081 -%patch454 -p1 -b .remote-profile -%patch455 -p1 -b .1434572 -%patch456 -p1 -b .1434565 -%patch457 -p1 -b .queue-crash - # Patch for big endian platforms only %if 0%{?big_endian} %patch26 -p1 -b .icu |