[firefox] Use the gecko_verrel macro for our various requires

Christopher Aillon caillon at fedoraproject.org
Tue Mar 22 18:26:36 UTC 2011


commit b1512cc666b185b898420a36a038a33e95f22af4
Author: Remi Collet <fedora at famillecollet.com>
Date:   Tue Mar 22 10:59:49 2011 -0700

    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 at redhat.com>

 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


More information about the scm-commits mailing list