From b1512cc666b185b898420a36a038a33e95f22af4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Mar 2011 10:59:49 -0700 Subject: Use the gecko_verrel macro for our various requires This should have been done as part of 59e26d3 but was erroneously left out. Not doing this would mean that it would be theoretically possible to update Firefox without a matching XULRunner. Signed-off-by: Christopher Aillon --- firefox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index aa166b1..7042074 100644 --- a/firefox.spec +++ b/firefox.spec @@ -83,11 +83,11 @@ Patch11: firefox-default.patch BuildRequires: desktop-file-utils BuildRequires: system-bookmarks -BuildRequires: gecko-devel%{?_isa} = %{gecko_version} +BuildRequires: gecko-devel%{?_isa} = %{gecko_verrel} # For WebM support BuildRequires: yasm -Requires: gecko-libs%{?_isa} = %{gecko_version} +Requires: gecko-libs%{?_isa} = %{gecko_verrel} Requires: system-bookmarks Obsoletes: mozilla <= 37:1.7.13 Provides: webclient -- cgit