diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:12:51 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:12:51 +0100 |
commit | f202f0699f20fb6f03b89420629d3b824791edf2 (patch) | |
tree | 1d3d78c1427a7ab9b1daf8969a80f9e8e4577005 | |
parent | Use system sqlite for Fedora 28 only (diff) | |
download | librewolf-fedora-ff-f202f0699f20fb6f03b89420629d3b824791edf2.tar.gz librewolf-fedora-ff-f202f0699f20fb6f03b89420629d3b824791edf2.tar.bz2 librewolf-fedora-ff-f202f0699f20fb6f03b89420629d3b824791edf2.zip |
Fixed sqlite version
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 5b93ca7..0b69b7a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,7 +9,7 @@ %endif # Use system sqlite? -%if 0%{?fedora} > 28 +%if 0%{?fedora} > 27 %global system_sqlite 1 %else %global system_sqlite 0 |