Fix for #556428 - Restricted maximal xulrunner version
This commit is contained in:
parent
cd2779fcc3
commit
e618b4061c
@ -6,6 +6,7 @@
|
|||||||
%define tarballdir mozilla-1.9.2
|
%define tarballdir mozilla-1.9.2
|
||||||
|
|
||||||
%define xulrunner_version 1.9.2.1-0.10.rc1
|
%define xulrunner_version 1.9.2.1-0.10.rc1
|
||||||
|
%define xulrunner_version_max 1.9.3
|
||||||
%define internal_version 3.6
|
%define internal_version 3.6
|
||||||
|
|
||||||
%define official_branding 0
|
%define official_branding 0
|
||||||
@ -62,6 +63,7 @@ BuildRequires: system-bookmarks
|
|||||||
BuildRequires: xulrunner-devel >= %{xulrunner_version}
|
BuildRequires: xulrunner-devel >= %{xulrunner_version}
|
||||||
|
|
||||||
Requires: xulrunner >= %{xulrunner_version}
|
Requires: xulrunner >= %{xulrunner_version}
|
||||||
|
Conflicts: xulrunner >= %{xulrunner_version_max}
|
||||||
Requires: system-bookmarks
|
Requires: system-bookmarks
|
||||||
Obsoletes: mozilla <= 37:1.7.13
|
Obsoletes: mozilla <= 37:1.7.13
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
@ -348,6 +350,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.11.rc2
|
* Wed Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.11.rc2
|
||||||
- Update to 3.6.1 RC2
|
- Update to 3.6.1 RC2
|
||||||
|
- Fix for #556428 - Restricted maximal xulrunner version
|
||||||
|
|
||||||
* Wed Jan 13 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.10.rc1
|
* Wed Jan 13 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.10.rc1
|
||||||
- Update to 3.6.1 RC1
|
- Update to 3.6.1 RC1
|
||||||
|
Loading…
Reference in New Issue
Block a user