From 810532d4f14d36c0e44f07a620bfcf6c294a5392 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. Related: #1963835 --- gjs.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/gjs.spec b/gjs.spec index d6cbdc5..205f3c7 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