diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-20 10:31:27 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-20 10:31:27 +0000 |
commit | 30f6ae41ebece0f252ed916149b5d8aec6895045 (patch) | |
tree | 7ce1ef159b684c8842273b29feb75b496ec8c51c /firefox.spec | |
parent | disabled crashreporter (diff) | |
download | librewolf-fedora-ff-30f6ae41ebece0f252ed916149b5d8aec6895045.tar.gz librewolf-fedora-ff-30f6ae41ebece0f252ed916149b5d8aec6895045.tar.bz2 librewolf-fedora-ff-30f6ae41ebece0f252ed916149b5d8aec6895045.zip |
fixed xulrunner dependency
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 8f99b40..47f57e9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 3.0 -Release: 0.beta2.1%{?dist} +Release: 0.beta2.2%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -67,7 +67,8 @@ BuildRequires: startup-notification-devel BuildRequires: xulrunner-devel >= 1.9-0.beta2 Requires: desktop-file-utils >= %{desktop_file_utils_version} -Requires: xulrunner, system-bookmarks +Requires: xulrunner >= 1.9-0.beta2 +Requires: system-bookmarks Obsoletes: mozilla <= 37:1.7.13 Provides: webclient @@ -310,6 +311,9 @@ fi #--------------------------------------------------------------------- %changelog +* Tue Dec 20 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.2 +- fixed xulrunner dependency + * Tue Dec 18 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.1 - moved to XUL Runner and updated to 3.0b3pre - removed firefox-devel package, gecko-libs is provided |