summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-03-22 10:59:49 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-22 11:21:08 -0700
commitb1512cc666b185b898420a36a038a33e95f22af4 (patch)
tree9763be4397ddd139141cbe7c58c53313e09a13cc /firefox.spec
parentFirefox 4 (diff)
downloadlibrewolf-fedora-ff-b1512cc666b185b898420a36a038a33e95f22af4.tar.gz
librewolf-fedora-ff-b1512cc666b185b898420a36a038a33e95f22af4.tar.bz2
librewolf-fedora-ff-b1512cc666b185b898420a36a038a33e95f22af4.zip
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 <caillon@redhat.com>
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
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
bgstack15