From c4c1860de692fdaf92838064b6c8131b74457b4a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 17 May 2021 14:06:26 +0200 Subject: [PATCH] Remove private library filtering as we don't have any At least in Fedora -- noticed this when working on bundling mozjs for RHEL 9. --- gjs.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/gjs.spec b/gjs.spec index 80a4b2e..5b4c5e5 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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