From 53062d5705a617acde7c02077e6f6a5ffd43dd6b Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 17 May 2016 10:35:06 +0200 Subject: [PATCH] Don't use system libvpx on fedora 23, 1.5.0 is required, while fedora 23 has 1.4.0 available --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 43f4795..750cdaa 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -37,7 +37,7 @@ %define _default_patch_fuzz 2 # Use system libvpx? -%if 0%{?fedora} > 22 +%if 0%{?fedora} > 23 %define system_libvpx 1 %else %define system_libvpx 0