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>
This commit is contained in:
Remi Collet 2011-03-22 10:59:49 -07:00 committed by Christopher Aillon
parent 9f7e181bc4
commit b1512cc666

View File

@ -83,11 +83,11 @@ Patch11: firefox-default.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: system-bookmarks BuildRequires: system-bookmarks
BuildRequires: gecko-devel%{?_isa} = %{gecko_version} BuildRequires: gecko-devel%{?_isa} = %{gecko_verrel}
# For WebM support # For WebM support
BuildRequires: yasm BuildRequires: yasm
Requires: gecko-libs%{?_isa} = %{gecko_version} Requires: gecko-libs%{?_isa} = %{gecko_verrel}
Requires: system-bookmarks Requires: system-bookmarks
Obsoletes: mozilla <= 37:1.7.13 Obsoletes: mozilla <= 37:1.7.13
Provides: webclient Provides: webclient