Remove private library filtering as we don't have any

At least in Fedora -- noticed this when working on bundling mozjs for
RHEL 9.
This commit is contained in:
Kalev Lember 2021-05-17 14:06:26 +02:00
parent fa0f4ce10f
commit c4c1860de6

View File

@ -37,9 +37,6 @@ Requires: glib2%{?_isa} >= %{glib2_version}
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
Requires: mozjs78%{?_isa} >= %{mozjs78_version}
# Filter provides for private libraries
%global __provides_exclude_from ^%{_libdir}/gjs/
%description
Gjs allows using GNOME libraries from Javascript. It's based on the
Spidermonkey Javascript engine from Mozilla and the GObject introspection