diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-03-22 10:59:49 -0700 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-03-22 11:21:08 -0700 |
commit | b1512cc666b185b898420a36a038a33e95f22af4 (patch) | |
tree | 9763be4397ddd139141cbe7c58c53313e09a13cc | |
parent | Firefox 4 (diff) | |
download | librewolf-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>
-rw-r--r-- | firefox.spec | 4 |
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 |