Use system sqlite for Fedora 28 only

This commit is contained in:
Martin Stransky 2018-03-06 15:07:02 +01:00
parent 3aea3055e8
commit 2f039fc625

View File

@ -9,7 +9,7 @@
%endif %endif
# Use system sqlite? # Use system sqlite?
%if 0%{?fedora} > 27 %if 0%{?fedora} > 28
%global system_sqlite 1 %global system_sqlite 1
%else %else
%global system_sqlite 0 %global system_sqlite 0
@ -154,16 +154,6 @@ Patch411: mozilla-1321521-2.patch
Patch412: mozilla-1337988.patch Patch412: mozilla-1337988.patch
Patch413: mozilla-1353817.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 # Debian patches
Patch500: mozilla-440908.patch Patch500: mozilla-440908.patch
@ -327,16 +317,6 @@ This package contains results of tests executed during build.
%patch406 -p1 -b .256180 %patch406 -p1 -b .256180
%patch413 -p1 -b .1353817 %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 # Patch for big endian platforms only
%if 0%{?big_endian} %if 0%{?big_endian}
%patch26 -p1 -b .icu %patch26 -p1 -b .icu