From b4f402c58c7f926b3c7ed27f41aa1167ad172e9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2012 15:01:41 +0100 Subject: Xulrunner: need yasm on EL-6 --- xulrunner.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xulrunner.spec b/xulrunner.spec index 5681e19..70731cb 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -140,6 +140,7 @@ BuildRequires: curl-devel %if %{system_vpx} BuildRequires: libvpx-devel >= %{libvpx_version} %endif +BuildRequires: yasm Requires: mozilla-filesystem Requires: liberation-sans-fonts @@ -212,6 +213,7 @@ Requires: mesa-libGL-devel %if %{system_vpx} Requires: libvpx-devel >= %{libvpx_version} %endif +Requires: yasm %description devel This package contains the libraries amd header files that are needed -- cgit