Accepting request 54414 from home:vuntz:branches:GNOME:Factory
Thanks.... I think that will also fix my issue of gnome-shell not starting. OBS-URL: https://build.opensuse.org/request/show/54414 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=26
This commit is contained in:
parent
4848e1e730
commit
b1215631ef
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 3 14:31:18 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add explicit Requires of mozilla-xulrunner%{xulrunner_ver} to
|
||||
libgjs0: the Requires on libmozjs.so is not enough, as there
|
||||
might be more than one provider, and it could be the wrong
|
||||
version of xulrunner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 15:51:20 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
3
gjs.spec
3
gjs.spec
@ -53,6 +53,9 @@ Mozilla SpiderMonkey JavaScript engine.
|
||||
License: MIT License (or similar)
|
||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||
Group: Development/Libraries/GNOME
|
||||
# Explicitly requires the xulrunner version we need, instead of hoping we'll
|
||||
# get the right one with the libmozjs.so Requires.
|
||||
Requires: mozilla-xulrunner%{xulrunner_ver}
|
||||
Provides: libgjs-0 = %{version}
|
||||
Obsoletes: libgjs-0 < %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user