From 563e0105d589f4b710c354a57fd82b9d3f5fc7a7 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 27 Jan 2016 18:38:00 -0600 Subject: [PATCH] Temporary workaround for Fedora 23 and lower for Wine Gecko --- wine.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wine.spec b/wine.spec index 723aac2..d976508 100644 --- a/wine.spec +++ b/wine.spec @@ -2,7 +2,11 @@ %undefine _hardened_build %global no64bit 0 +%if 0%{?fedora} > 23 %global winegecko 2.44 +%else +%global winegecko 2.40 +%endif %global winemono 4.5.6 #global _default_patch_fuzz 2